Shades of Dark Pastel Green #04CA3C
Tints of Dark Pastel Green #04CA3C
RGB
CMYK
RGB Variations
Color information
#04CA3C (or 0x04CA3C) is known color: Dark Pastel Green. HEX triplet: 04, CA and 3C. RGB value is (4,202,60). Sum of RGB (Red+Green+Blue) = 4+202+60=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA3C is #FB35C3. Grayscale: #7E7E7E. Windows color (decimal): -16463300 or 3983876. OLE color: 3983876.
HSL color Cylindrical-coordinate representation of color #04CA3C: hue angle of 136.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA3C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 60 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.21 |
| HSL | 136.97º | 0.96% | 0.4% | - |
| HSV(B) | 136.97º | 0.98% | 0.79% | - |
| XYZ | 21.99 | 42.59 | 11.34 | - |
| YUV | 126.61 | 90.4 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 60 | 0.98 | 0 | 0.70 | 0.21 | 136.97 | 0.96 | 0.4 |
| Hex | 4 | CA | 3C | 62 | 0 | 46 | 15 | 89 | 60 | 28 |
| Octal | 4 | 312 | 74 | 142 | 0 | 106 | 25 | 211 | 140 | 50 |
| Binary | 100 | 11001010 | 111100 | 1100010 | 0 | 1000110 | 10101 | 10001001 | 1100000 | 101000 |
Color Harmonies of #04CA3C
Complementary color
Monochromatic Colors of #04CA3C
Black with #04CA3C
Text Example
Text Example
White with #04CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA3C; }
p { color: rgb(4,202,60); }
H1.HeaderClassName
{
color: #04CA3C;
}
.AnyTagClassName
{
color: #04CA3C;
}
</style>
background-color css
<style>
a { background-color: #04CA3C; }
a { background-color: rgb(4,202,60); }
div.DivClassName
{
background-color: #04CA3C;
}
.BgClassName
{
background-color: #04CA3C;
}
</style>
border-color css
<style>
span { border-color: #04CA3C; }
span { border-color: rgb(4,202,60); }
td.TdClassName
{
border-color: #04CA3C;
}
.TagClassName
{
border-color: #04CA3C;
}
</style>