Shades of Dark Pastel Green #04D92F
Tints of Dark Pastel Green #04D92F
RGB
CMYK
RGB Variations
Color information
#04D92F (or 0x04D92F) is known color: Dark Pastel Green. HEX triplet: 04, D9 and 2F. RGB value is (4,217,47). Sum of RGB (Red+Green+Blue) = 4+217+47=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #04D92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D92F is #FB26D0. Grayscale: #868686. Windows color (decimal): -16459473 or 3135748. OLE color: 3135748.
HSL color Cylindrical-coordinate representation of color #04D92F: hue angle of 132.11º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D92F is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 47 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.15 |
| HSL | 132.11º | 0.96% | 0.43% | - |
| HSV(B) | 132.11º | 0.98% | 0.85% | - |
| XYZ | 25.38 | 49.86 | 10.98 | - |
| YUV | 133.93 | 78.93 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 47 | 0.98 | 0 | 0.78 | 0.15 | 132.11 | 0.96 | 0.43 |
| Hex | 4 | D9 | 2F | 62 | 0 | 4E | F | 84 | 60 | 2B |
| Octal | 4 | 331 | 57 | 142 | 0 | 116 | 17 | 204 | 140 | 53 |
| Binary | 100 | 11011001 | 101111 | 1100010 | 0 | 1001110 | 1111 | 10000100 | 1100000 | 101011 |
Color Harmonies of #04D92F
Complementary color
Monochromatic Colors of #04D92F
Black with #04D92F
Text Example
Text Example
White with #04D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D92F; }
p { color: rgb(4,217,47); }
H1.HeaderClassName
{
color: #04D92F;
}
.AnyTagClassName
{
color: #04D92F;
}
</style>
background-color css
<style>
a { background-color: #04D92F; }
a { background-color: rgb(4,217,47); }
div.DivClassName
{
background-color: #04D92F;
}
.BgClassName
{
background-color: #04D92F;
}
</style>
border-color css
<style>
span { border-color: #04D92F; }
span { border-color: rgb(4,217,47); }
td.TdClassName
{
border-color: #04D92F;
}
.TagClassName
{
border-color: #04D92F;
}
</style>