Shades of Dark Pastel Green #04CB21
Tints of Dark Pastel Green #04CB21
RGB
CMYK
RGB Variations
Color information
#04CB21 (or 0x04CB21) is known color: Dark Pastel Green. HEX triplet: 04, CB and 21. RGB value is (4,203,33). Sum of RGB (Red+Green+Blue) = 4+203+33=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 203 (79.69% from 255 or 84.58% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB21 is #FB34DE. Grayscale: #7C7C7C. Windows color (decimal): -16463071 or 2214660. OLE color: 2214660.
HSL color Cylindrical-coordinate representation of color #04CB21: hue angle of 128.74º 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 #04CB21 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 33 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.20 |
| HSL | 128.74º | 0.96% | 0.41% | - |
| HSV(B) | 128.74º | 0.98% | 0.8% | - |
| XYZ | 21.68 | 42.85 | 8.57 | - |
| YUV | 124.12 | 76.57 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 33 | 0.98 | 0 | 0.84 | 0.20 | 128.74 | 0.96 | 0.41 |
| Hex | 4 | CB | 21 | 62 | 0 | 54 | 14 | 81 | 60 | 29 |
| Octal | 4 | 313 | 41 | 142 | 0 | 124 | 24 | 201 | 140 | 51 |
| Binary | 100 | 11001011 | 100001 | 1100010 | 0 | 1010100 | 10100 | 10000001 | 1100000 | 101001 |
Color Harmonies of #04CB21
Complementary color
Monochromatic Colors of #04CB21
Black with #04CB21
Text Example
Text Example
White with #04CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB21; }
p { color: rgb(4,203,33); }
H1.HeaderClassName
{
color: #04CB21;
}
.AnyTagClassName
{
color: #04CB21;
}
</style>
background-color css
<style>
a { background-color: #04CB21; }
a { background-color: rgb(4,203,33); }
div.DivClassName
{
background-color: #04CB21;
}
.BgClassName
{
background-color: #04CB21;
}
</style>
border-color css
<style>
span { border-color: #04CB21; }
span { border-color: rgb(4,203,33); }
td.TdClassName
{
border-color: #04CB21;
}
.TagClassName
{
border-color: #04CB21;
}
</style>