COLOR #00C75E

HEX: #00C75E
RGB: (0,199,94)

Color info

#00C75E contains mainly green color. Web safe color of #00C75E is #00CC66 (or #0C6).

RGB color model

#00C75E color RGB value is (0,199,94).

  • red value is 0;
  • green value is 199;
  • blue value is 94.
RGB:
(0,199,94)
(0%,78%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 199 of 255 = 78%
B 94 of 255 = 37%

0
199
94

R + G + B ~ 38%. #00C75E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 199 + 94 = 293 (100%)
R 0 of 293 ~ 0%
G 199 of 293 ~ 67.92%
B 94 of 293 ~ 32.08%

%67.92
%32.08

CMYK color model

#00C75E color CMYK value is (100,0,53,22).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.76%
  • key color value is 21.96%
CMYK:
(100,0,53,22)
C100M0Y53K22 
(100%,0%,53%,22%)
(1.00/0.00/0.53/0.22)	

CMYK percentages

%100
%0
%52.76
%21.96

Codes

Color #00C75E in popluar color models

00C75E
RGB019994
HSL148°100.00%39.02%
HSB/HSV148°100.00%78.04%
CMYK100.00%0.00%52.76%
21.96%

Color #00C75E in popluar number systems.

HEX00C75E
Decimal019994
Binary0110001111011110
Octal0307136

Shades and tints

Shades of #00C75E

#00C75E
(0,199,94)
#00B556
(0,181,86)
#00A34E
(0,163,78)
#009146
(0,145,70)
#007F3E
(0,127,62)
#006D36
(0,109,54)
#005B2E
(0,91,46)
#004926
(0,73,38)
#00371E
(0,55,30)
#002516
(0,37,22)
#00130E
(0,19,14)
#000000
(0,0,0)

Tints of #00C75E

#00C75E
(0,199,94)
#17CC6C
(23,204,108)
#2ED17A
(46,209,122)
#45D688
(69,214,136)
#5CDB96
(92,219,150)
#73E0A4
(115,224,164)
#8AE5B2
(138,229,178)
#A1EAC0
(161,234,192)
#B8EFCE
(184,239,206)
#CFF4DC
(207,244,220)
#E6F9EA
(230,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00C75E color. Also use rgb(0,199,94) instead hex code.

Text Font Color

.myTextColor { color: #00C75E; }

<p style="color:#00C75E">This sample text font color is #00C75E.</p>

This text font color is #00C75E.


Background Color

.myBgColor { background-color: #00C75E; }

<div style="background-color:#00C75E">Inner text</div>

This div background color is #00C75E.


Border color

.myBorderColor { border: 1px solid #00C75E; }

<div style="border:3px solid #00C75E">Div</div>

This div border color is #00C75E.


Opacity

.myOpacity80 { color: #00C75E; opacity: 0.8; }

<p style="color:#00C75E;opacity:0.8;">80%</p>

Text with #00C75E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00C75E;}

<p style="text-shadow: 3px 3px 1px #00C75E">Text here.</p>

This text has shadow with #00C75E color.

.textShadow {text-shadow: 3px 3px 1px #00C75E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00C75E, 5px 5px 20px red">Text here.</p>

This text has shadow with #00C75E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00C75E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00C75E, Direction=45, Strength=4)">Text</p>

This text has shadow with #00C75E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00C75E;
  -webkit-box-shadow:	1px 1px 3px 2px #00C75E;
  box-shadow:		1px 1px 3px 2px #00C75E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00C75E;
-webkit-box-shadow: 1px 1px 3px 2px #00C75E;
box-shadow:1px 1px 3px 2px #00C75E;">
Div content here</div>
This div box has shadow with color #00C75E.

Preview

Color preview on black background

This text has color #00C75E on black background.


Color preview on white background

This text has color #00C75E on white background.



Black color preview on #00C75E background

This text has black color on #00C75E background.


White color preview on #00C75E background

This text has white color on #00C75E background.