Shades of Dark Pastel Green #04CF3C
Tints of Dark Pastel Green #04CF3C
RGB
CMYK
RGB Variations
Color information
#04CF3C (or 0x04CF3C) is known color: Dark Pastel Green. HEX triplet: 04, CF and 3C. RGB value is (4,207,60). Sum of RGB (Red+Green+Blue) = 4+207+60=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF3C is #FB30C3. Grayscale: #818181. Windows color (decimal): -16462020 or 3985156. OLE color: 3985156.
HSL color Cylindrical-coordinate representation of color #04CF3C: hue angle of 136.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF3C is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 60 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.19 |
| HSL | 136.55º | 0.96% | 0.41% | - |
| HSV(B) | 136.55º | 0.98% | 0.81% | - |
| XYZ | 23.18 | 44.98 | 11.73 | - |
| YUV | 129.55 | 88.75 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 60 | 0.98 | 0 | 0.71 | 0.19 | 136.55 | 0.96 | 0.41 |
| Hex | 4 | CF | 3C | 62 | 0 | 47 | 13 | 89 | 60 | 29 |
| Octal | 4 | 317 | 74 | 142 | 0 | 107 | 23 | 211 | 140 | 51 |
| Binary | 100 | 11001111 | 111100 | 1100010 | 0 | 1000111 | 10011 | 10001001 | 1100000 | 101001 |
Color Harmonies of #04CF3C
Complementary color
Monochromatic Colors of #04CF3C
Black with #04CF3C
Text Example
Text Example
White with #04CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF3C; }
p { color: rgb(4,207,60); }
H1.HeaderClassName
{
color: #04CF3C;
}
.AnyTagClassName
{
color: #04CF3C;
}
</style>
background-color css
<style>
a { background-color: #04CF3C; }
a { background-color: rgb(4,207,60); }
div.DivClassName
{
background-color: #04CF3C;
}
.BgClassName
{
background-color: #04CF3C;
}
</style>
border-color css
<style>
span { border-color: #04CF3C; }
span { border-color: rgb(4,207,60); }
td.TdClassName
{
border-color: #04CF3C;
}
.TagClassName
{
border-color: #04CF3C;
}
</style>