Shades of Dark Pastel Green #04CF40
Tints of Dark Pastel Green #04CF40
RGB
CMYK
RGB Variations
Color information
#04CF40 (or 0x04CF40) is known color: Dark Pastel Green. HEX triplet: 04, CF and 40. RGB value is (4,207,64). Sum of RGB (Red+Green+Blue) = 4+207+64=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF40 is #FB30BF. Grayscale: #828282. Windows color (decimal): -16462016 or 4247300. OLE color: 4247300.
HSL color Cylindrical-coordinate representation of color #04CF40: hue angle of 137.73º 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 #04CF40 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 64 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.19 |
| HSL | 137.73º | 0.96% | 0.41% | - |
| HSV(B) | 137.73º | 0.98% | 0.81% | - |
| XYZ | 23.29 | 45.02 | 12.31 | - |
| YUV | 130 | 90.75 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 64 | 0.98 | 0 | 0.69 | 0.19 | 137.73 | 0.96 | 0.41 |
| Hex | 4 | CF | 40 | 62 | 0 | 45 | 13 | 8A | 60 | 29 |
| Octal | 4 | 317 | 100 | 142 | 0 | 105 | 23 | 212 | 140 | 51 |
| Binary | 100 | 11001111 | 1000000 | 1100010 | 0 | 1000101 | 10011 | 10001010 | 1100000 | 101001 |
Color Harmonies of #04CF40
Complementary color
Monochromatic Colors of #04CF40
Black with #04CF40
Text Example
Text Example
White with #04CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF40; }
p { color: rgb(4,207,64); }
H1.HeaderClassName
{
color: #04CF40;
}
.AnyTagClassName
{
color: #04CF40;
}
</style>
background-color css
<style>
a { background-color: #04CF40; }
a { background-color: rgb(4,207,64); }
div.DivClassName
{
background-color: #04CF40;
}
.BgClassName
{
background-color: #04CF40;
}
</style>
border-color css
<style>
span { border-color: #04CF40; }
span { border-color: rgb(4,207,64); }
td.TdClassName
{
border-color: #04CF40;
}
.TagClassName
{
border-color: #04CF40;
}
</style>