Shades of Dark Pastel Green #04CB14
Tints of Dark Pastel Green #04CB14
RGB
CMYK
RGB Variations
Color information
#04CB14 (or 0x04CB14) is known color: Dark Pastel Green. HEX triplet: 04, CB and 14. RGB value is (4,203,20). Sum of RGB (Red+Green+Blue) = 4+203+20=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 203 (79.69% from 255 or 89.43% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB14 is #FB34EB. Grayscale: #7B7B7B. Windows color (decimal): -16463084 or 1362692. OLE color: 1362692.
HSL color Cylindrical-coordinate representation of color #04CB14: hue angle of 124.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB14 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 20 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.20 |
| HSL | 124.82º | 0.96% | 0.41% | - |
| HSV(B) | 124.82º | 0.98% | 0.8% | - |
| XYZ | 21.53 | 42.79 | 7.79 | - |
| YUV | 122.64 | 70.07 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 20 | 0.98 | 0 | 0.90 | 0.20 | 124.82 | 0.96 | 0.41 |
| Hex | 4 | CB | 14 | 62 | 0 | 5A | 14 | 7D | 60 | 29 |
| Octal | 4 | 313 | 24 | 142 | 0 | 132 | 24 | 175 | 140 | 51 |
| Binary | 100 | 11001011 | 10100 | 1100010 | 0 | 1011010 | 10100 | 1111101 | 1100000 | 101001 |
Color Harmonies of #04CB14
Complementary color
Monochromatic Colors of #04CB14
Black with #04CB14
Text Example
Text Example
White with #04CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB14; }
p { color: rgb(4,203,20); }
H1.HeaderClassName
{
color: #04CB14;
}
.AnyTagClassName
{
color: #04CB14;
}
</style>
background-color css
<style>
a { background-color: #04CB14; }
a { background-color: rgb(4,203,20); }
div.DivClassName
{
background-color: #04CB14;
}
.BgClassName
{
background-color: #04CB14;
}
</style>
border-color css
<style>
span { border-color: #04CB14; }
span { border-color: rgb(4,203,20); }
td.TdClassName
{
border-color: #04CB14;
}
.TagClassName
{
border-color: #04CB14;
}
</style>