Shades of Dark Pastel Green #04C223
Tints of Dark Pastel Green #04C223
RGB
CMYK
RGB Variations
Color information
#04C223 (or 0x04C223) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 23. RGB value is (4,194,35). Sum of RGB (Red+Green+Blue) = 4+194+35=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 194 (76.17% from 255 or 83.26% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 194 - color contains mainly: green. Hex color #04C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C223 is #FB3DDC. Grayscale: #777777. Windows color (decimal): -16465373 or 2343428. OLE color: 2343428.
HSL color Cylindrical-coordinate representation of color #04C223: hue angle of 129.79º 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 #04C223 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 35 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.24 |
| HSL | 129.79º | 0.96% | 0.39% | - |
| HSV(B) | 129.79º | 0.98% | 0.76% | - |
| XYZ | 19.65 | 38.73 | 8.03 | - |
| YUV | 119.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 35 | 0.98 | 0 | 0.82 | 0.24 | 129.79 | 0.96 | 0.39 |
| Hex | 4 | C2 | 23 | 62 | 0 | 52 | 18 | 82 | 60 | 27 |
| Octal | 4 | 302 | 43 | 142 | 0 | 122 | 30 | 202 | 140 | 47 |
| Binary | 100 | 11000010 | 100011 | 1100010 | 0 | 1010010 | 11000 | 10000010 | 1100000 | 100111 |
Color Harmonies of #04C223
Complementary color
Monochromatic Colors of #04C223
Black with #04C223
Text Example
Text Example
White with #04C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C223; }
p { color: rgb(4,194,35); }
H1.HeaderClassName
{
color: #04C223;
}
.AnyTagClassName
{
color: #04C223;
}
</style>
background-color css
<style>
a { background-color: #04C223; }
a { background-color: rgb(4,194,35); }
div.DivClassName
{
background-color: #04C223;
}
.BgClassName
{
background-color: #04C223;
}
</style>
border-color css
<style>
span { border-color: #04C223; }
span { border-color: rgb(4,194,35); }
td.TdClassName
{
border-color: #04C223;
}
.TagClassName
{
border-color: #04C223;
}
</style>