Shades of Dark Pastel Green #04C235
Tints of Dark Pastel Green #04C235
RGB
CMYK
RGB Variations
Color information
#04C235 (or 0x04C235) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 35. RGB value is (4,194,53). Sum of RGB (Red+Green+Blue) = 4+194+53=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #04C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C235 is #FB3DCA. Grayscale: #797979. Windows color (decimal): -16465355 or 3523076. OLE color: 3523076.
HSL color Cylindrical-coordinate representation of color #04C235: hue angle of 135.47º 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 #04C235 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 53 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.24 |
| HSL | 135.47º | 0.96% | 0.39% | - |
| HSV(B) | 135.47º | 0.98% | 0.76% | - |
| XYZ | 19.98 | 38.87 | 9.82 | - |
| YUV | 121.12 | 89.55 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 53 | 0.98 | 0 | 0.73 | 0.24 | 135.47 | 0.96 | 0.39 |
| Hex | 4 | C2 | 35 | 62 | 0 | 49 | 18 | 87 | 60 | 27 |
| Octal | 4 | 302 | 65 | 142 | 0 | 111 | 30 | 207 | 140 | 47 |
| Binary | 100 | 11000010 | 110101 | 1100010 | 0 | 1001001 | 11000 | 10000111 | 1100000 | 100111 |
Color Harmonies of #04C235
Complementary color
Monochromatic Colors of #04C235
Black with #04C235
Text Example
Text Example
White with #04C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C235; }
p { color: rgb(4,194,53); }
H1.HeaderClassName
{
color: #04C235;
}
.AnyTagClassName
{
color: #04C235;
}
</style>
background-color css
<style>
a { background-color: #04C235; }
a { background-color: rgb(4,194,53); }
div.DivClassName
{
background-color: #04C235;
}
.BgClassName
{
background-color: #04C235;
}
</style>
border-color css
<style>
span { border-color: #04C235; }
span { border-color: rgb(4,194,53); }
td.TdClassName
{
border-color: #04C235;
}
.TagClassName
{
border-color: #04C235;
}
</style>