Shades of Dark Pastel Green #04CC45
Tints of Dark Pastel Green #04CC45
RGB
CMYK
RGB Variations
Color information
#04CC45 (or 0x04CC45) is known color: Dark Pastel Green. HEX triplet: 04, CC and 45. RGB value is (4,204,69). Sum of RGB (Red+Green+Blue) = 4+204+69=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC45 is #FB33BA. Grayscale: #818181. Windows color (decimal): -16462779 or 4574212. OLE color: 4574212.
HSL color Cylindrical-coordinate representation of color #04CC45: hue angle of 139.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC45 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 69 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.2 |
| HSL | 139.5º | 0.96% | 0.41% | - |
| HSV(B) | 139.5º | 0.98% | 0.8% | - |
| XYZ | 22.72 | 43.64 | 12.86 | - |
| YUV | 128.81 | 94.24 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 69 | 0.98 | 0 | 0.66 | 0.2 | 139.5 | 0.96 | 0.41 |
| Hex | 4 | CC | 45 | 62 | 0 | 42 | 14 | 8C | 60 | 29 |
| Octal | 4 | 314 | 105 | 142 | 0 | 102 | 24 | 214 | 140 | 51 |
| Binary | 100 | 11001100 | 1000101 | 1100010 | 0 | 1000010 | 10100 | 10001100 | 1100000 | 101001 |
Color Harmonies of #04CC45
Complementary color
Monochromatic Colors of #04CC45
Black with #04CC45
Text Example
Text Example
White with #04CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC45; }
p { color: rgb(4,204,69); }
H1.HeaderClassName
{
color: #04CC45;
}
.AnyTagClassName
{
color: #04CC45;
}
</style>
background-color css
<style>
a { background-color: #04CC45; }
a { background-color: rgb(4,204,69); }
div.DivClassName
{
background-color: #04CC45;
}
.BgClassName
{
background-color: #04CC45;
}
</style>
border-color css
<style>
span { border-color: #04CC45; }
span { border-color: rgb(4,204,69); }
td.TdClassName
{
border-color: #04CC45;
}
.TagClassName
{
border-color: #04CC45;
}
</style>