Shades of Dark Pastel Green #04C92A
Tints of Dark Pastel Green #04C92A
RGB
CMYK
RGB Variations
Color information
#04C92A (or 0x04C92A) is known color: Dark Pastel Green. HEX triplet: 04, C9 and 2A. RGB value is (4,201,42). Sum of RGB (Red+Green+Blue) = 4+201+42=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 201 (78.91% from 255 or 81.38% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 201 - color contains mainly: green. Hex color #04C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C92A is #FB36D5. Grayscale: #7C7C7C. Windows color (decimal): -16463574 or 2803972. OLE color: 2803972.
HSL color Cylindrical-coordinate representation of color #04C92A: hue angle of 131.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C92A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 42 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.21 |
| HSL | 131.57º | 0.96% | 0.4% | - |
| HSV(B) | 131.57º | 0.98% | 0.79% | - |
| XYZ | 21.35 | 41.97 | 9.17 | - |
| YUV | 123.97 | 81.73 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 42 | 0.98 | 0 | 0.79 | 0.21 | 131.57 | 0.96 | 0.4 |
| Hex | 4 | C9 | 2A | 62 | 0 | 4F | 15 | 84 | 60 | 28 |
| Octal | 4 | 311 | 52 | 142 | 0 | 117 | 25 | 204 | 140 | 50 |
| Binary | 100 | 11001001 | 101010 | 1100010 | 0 | 1001111 | 10101 | 10000100 | 1100000 | 101000 |
Color Harmonies of #04C92A
Complementary color
Monochromatic Colors of #04C92A
Black with #04C92A
Text Example
Text Example
White with #04C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C92A; }
p { color: rgb(4,201,42); }
H1.HeaderClassName
{
color: #04C92A;
}
.AnyTagClassName
{
color: #04C92A;
}
</style>
background-color css
<style>
a { background-color: #04C92A; }
a { background-color: rgb(4,201,42); }
div.DivClassName
{
background-color: #04C92A;
}
.BgClassName
{
background-color: #04C92A;
}
</style>
border-color css
<style>
span { border-color: #04C92A; }
span { border-color: rgb(4,201,42); }
td.TdClassName
{
border-color: #04C92A;
}
.TagClassName
{
border-color: #04C92A;
}
</style>