Shades of Dark Pastel Green #04C246
Tints of Dark Pastel Green #04C246
RGB
CMYK
RGB Variations
Color information
#04C246 (or 0x04C246) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 46. RGB value is (4,194,70). Sum of RGB (Red+Green+Blue) = 4+194+70=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #04C246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C246 is #FB3DB9. Grayscale: #7B7B7B. Windows color (decimal): -16465338 or 4637188. OLE color: 4637188.
HSL color Cylindrical-coordinate representation of color #04C246: hue angle of 140.84º 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 #04C246 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 70 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.24 |
| HSL | 140.84º | 0.96% | 0.39% | - |
| HSV(B) | 140.84º | 0.98% | 0.76% | - |
| XYZ | 20.45 | 39.05 | 12.25 | - |
| YUV | 123.05 | 98.05 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 70 | 0.98 | 0 | 0.64 | 0.24 | 140.84 | 0.96 | 0.39 |
| Hex | 4 | C2 | 46 | 62 | 0 | 40 | 18 | 8D | 60 | 27 |
| Octal | 4 | 302 | 106 | 142 | 0 | 100 | 30 | 215 | 140 | 47 |
| Binary | 100 | 11000010 | 1000110 | 1100010 | 0 | 1000000 | 11000 | 10001101 | 1100000 | 100111 |
Color Harmonies of #04C246
Complementary color
Monochromatic Colors of #04C246
Black with #04C246
Text Example
Text Example
White with #04C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C246; }
p { color: rgb(4,194,70); }
H1.HeaderClassName
{
color: #04C246;
}
.AnyTagClassName
{
color: #04C246;
}
</style>
background-color css
<style>
a { background-color: #04C246; }
a { background-color: rgb(4,194,70); }
div.DivClassName
{
background-color: #04C246;
}
.BgClassName
{
background-color: #04C246;
}
</style>
border-color css
<style>
span { border-color: #04C246; }
span { border-color: rgb(4,194,70); }
td.TdClassName
{
border-color: #04C246;
}
.TagClassName
{
border-color: #04C246;
}
</style>