Shades of Dark Pastel Green #04C248
Tints of Dark Pastel Green #04C248
RGB
CMYK
RGB Variations
Color information
#04C248 (or 0x04C248) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 48. RGB value is (4,194,72). Sum of RGB (Red+Green+Blue) = 4+194+72=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #04C248 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C248 is #FB3DB7. Grayscale: #7B7B7B. Windows color (decimal): -16465336 or 4768260. OLE color: 4768260.
HSL color Cylindrical-coordinate representation of color #04C248: hue angle of 141.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 #04C248 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 72 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.24 |
| HSL | 141.47º | 0.96% | 0.39% | - |
| HSV(B) | 141.47º | 0.98% | 0.76% | - |
| XYZ | 20.51 | 39.08 | 12.59 | - |
| YUV | 123.28 | 99.05 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 72 | 0.98 | 0 | 0.63 | 0.24 | 141.47 | 0.96 | 0.39 |
| Hex | 4 | C2 | 48 | 62 | 0 | 3F | 18 | 8D | 60 | 27 |
| Octal | 4 | 302 | 110 | 142 | 0 | 77 | 30 | 215 | 140 | 47 |
| Binary | 100 | 11000010 | 1001000 | 1100010 | 0 | 111111 | 11000 | 10001101 | 1100000 | 100111 |
Color Harmonies of #04C248
Complementary color
Monochromatic Colors of #04C248
Black with #04C248
Text Example
Text Example
White with #04C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C248; }
p { color: rgb(4,194,72); }
H1.HeaderClassName
{
color: #04C248;
}
.AnyTagClassName
{
color: #04C248;
}
</style>
background-color css
<style>
a { background-color: #04C248; }
a { background-color: rgb(4,194,72); }
div.DivClassName
{
background-color: #04C248;
}
.BgClassName
{
background-color: #04C248;
}
</style>
border-color css
<style>
span { border-color: #04C248; }
span { border-color: rgb(4,194,72); }
td.TdClassName
{
border-color: #04C248;
}
.TagClassName
{
border-color: #04C248;
}
</style>