Shades of Dark Pastel Green #04CF45
Tints of Dark Pastel Green #04CF45
RGB
CMYK
RGB Variations
Color information
#04CF45 (or 0x04CF45) is known color: Dark Pastel Green. HEX triplet: 04, CF and 45. RGB value is (4,207,69). Sum of RGB (Red+Green+Blue) = 4+207+69=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF45 is #FB30BA. Grayscale: #828282. Windows color (decimal): -16462011 or 4574980. OLE color: 4574980.
HSL color Cylindrical-coordinate representation of color #04CF45: hue angle of 139.21º 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 #04CF45 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 69 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.19 |
| HSL | 139.21º | 0.96% | 0.41% | - |
| HSV(B) | 139.21º | 0.98% | 0.81% | - |
| XYZ | 23.44 | 45.08 | 13.1 | - |
| YUV | 130.57 | 93.25 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 69 | 0.98 | 0 | 0.67 | 0.19 | 139.21 | 0.96 | 0.41 |
| Hex | 4 | CF | 45 | 62 | 0 | 43 | 13 | 8B | 60 | 29 |
| Octal | 4 | 317 | 105 | 142 | 0 | 103 | 23 | 213 | 140 | 51 |
| Binary | 100 | 11001111 | 1000101 | 1100010 | 0 | 1000011 | 10011 | 10001011 | 1100000 | 101001 |
Color Harmonies of #04CF45
Complementary color
Monochromatic Colors of #04CF45
Black with #04CF45
Text Example
Text Example
White with #04CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF45; }
p { color: rgb(4,207,69); }
H1.HeaderClassName
{
color: #04CF45;
}
.AnyTagClassName
{
color: #04CF45;
}
</style>
background-color css
<style>
a { background-color: #04CF45; }
a { background-color: rgb(4,207,69); }
div.DivClassName
{
background-color: #04CF45;
}
.BgClassName
{
background-color: #04CF45;
}
</style>
border-color css
<style>
span { border-color: #04CF45; }
span { border-color: rgb(4,207,69); }
td.TdClassName
{
border-color: #04CF45;
}
.TagClassName
{
border-color: #04CF45;
}
</style>