Shades of Dark Pastel Green #03C94C
Tints of Dark Pastel Green #03C94C
RGB
CMYK
RGB Variations
Color information
#03C94C (or 0x03C94C) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 4C. RGB value is (3,201,76). Sum of RGB (Red+Green+Blue) = 3+201+76=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #03C94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C94C is #FC36B3. Grayscale: #7F7F7F. Windows color (decimal): -16529076 or 5032195. OLE color: 5032195.
HSL color Cylindrical-coordinate representation of color #03C94C: hue angle of 142.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C94C is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 76 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.21 |
| HSL | 142.12º | 0.97% | 0.4% | - |
| HSV(B) | 142.12º | 0.99% | 0.79% | - |
| XYZ | 22.23 | 42.31 | 13.83 | - |
| YUV | 127.55 | 98.9 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 76 | 0.99 | 0 | 0.62 | 0.21 | 142.12 | 0.97 | 0.4 |
| Hex | 3 | C9 | 4C | 63 | 0 | 3E | 15 | 8E | 61 | 28 |
| Octal | 3 | 311 | 114 | 143 | 0 | 76 | 25 | 216 | 141 | 50 |
| Binary | 11 | 11001001 | 1001100 | 1100011 | 0 | 111110 | 10101 | 10001110 | 1100001 | 101000 |
Color Harmonies of #03C94C
Complementary color
Monochromatic Colors of #03C94C
Black with #03C94C
Text Example
Text Example
White with #03C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C94C; }
p { color: rgb(3,201,76); }
H1.HeaderClassName
{
color: #03C94C;
}
.AnyTagClassName
{
color: #03C94C;
}
</style>
background-color css
<style>
a { background-color: #03C94C; }
a { background-color: rgb(3,201,76); }
div.DivClassName
{
background-color: #03C94C;
}
.BgClassName
{
background-color: #03C94C;
}
</style>
border-color css
<style>
span { border-color: #03C94C; }
span { border-color: rgb(3,201,76); }
td.TdClassName
{
border-color: #03C94C;
}
.TagClassName
{
border-color: #03C94C;
}
</style>