Shades of Dark Pastel Green #04C230
Tints of Dark Pastel Green #04C230
RGB
CMYK
RGB Variations
Color information
#04C230 (or 0x04C230) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 30. RGB value is (4,194,48). Sum of RGB (Red+Green+Blue) = 4+194+48=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #04C230 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C230 is #FB3DCF. Grayscale: #787878. Windows color (decimal): -16465360 or 3195396. OLE color: 3195396.
HSL color Cylindrical-coordinate representation of color #04C230: hue angle of 133.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C230 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 48 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.24 |
| HSL | 133.89º | 0.96% | 0.39% | - |
| HSV(B) | 133.89º | 0.98% | 0.76% | - |
| XYZ | 19.88 | 38.82 | 9.24 | - |
| YUV | 120.55 | 87.05 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 48 | 0.98 | 0 | 0.75 | 0.24 | 133.89 | 0.96 | 0.39 |
| Hex | 4 | C2 | 30 | 62 | 0 | 4B | 18 | 86 | 60 | 27 |
| Octal | 4 | 302 | 60 | 142 | 0 | 113 | 30 | 206 | 140 | 47 |
| Binary | 100 | 11000010 | 110000 | 1100010 | 0 | 1001011 | 11000 | 10000110 | 1100000 | 100111 |
Color Harmonies of #04C230
Complementary color
Monochromatic Colors of #04C230
Black with #04C230
Text Example
Text Example
White with #04C230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C230; }
p { color: rgb(4,194,48); }
H1.HeaderClassName
{
color: #04C230;
}
.AnyTagClassName
{
color: #04C230;
}
</style>
background-color css
<style>
a { background-color: #04C230; }
a { background-color: rgb(4,194,48); }
div.DivClassName
{
background-color: #04C230;
}
.BgClassName
{
background-color: #04C230;
}
</style>
border-color css
<style>
span { border-color: #04C230; }
span { border-color: rgb(4,194,48); }
td.TdClassName
{
border-color: #04C230;
}
.TagClassName
{
border-color: #04C230;
}
</style>