Shades of Dark Pastel Green #04CB40
Tints of Dark Pastel Green #04CB40
RGB
CMYK
RGB Variations
Color information
#04CB40 (or 0x04CB40) is known color: Dark Pastel Green. HEX triplet: 04, CB and 40. RGB value is (4,203,64). Sum of RGB (Red+Green+Blue) = 4+203+64=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB40 is #FB34BF. Grayscale: #808080. Windows color (decimal): -16463040 or 4246276. OLE color: 4246276.
HSL color Cylindrical-coordinate representation of color #04CB40: hue angle of 138.09º 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 #04CB40 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 64 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.20 |
| HSL | 138.09º | 0.96% | 0.41% | - |
| HSV(B) | 138.09º | 0.98% | 0.8% | - |
| XYZ | 22.33 | 43.11 | 11.99 | - |
| YUV | 127.65 | 92.07 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 64 | 0.98 | 0 | 0.68 | 0.20 | 138.09 | 0.96 | 0.41 |
| Hex | 4 | CB | 40 | 62 | 0 | 44 | 14 | 8A | 60 | 29 |
| Octal | 4 | 313 | 100 | 142 | 0 | 104 | 24 | 212 | 140 | 51 |
| Binary | 100 | 11001011 | 1000000 | 1100010 | 0 | 1000100 | 10100 | 10001010 | 1100000 | 101001 |
Color Harmonies of #04CB40
Complementary color
Monochromatic Colors of #04CB40
Black with #04CB40
Text Example
Text Example
White with #04CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB40; }
p { color: rgb(4,203,64); }
H1.HeaderClassName
{
color: #04CB40;
}
.AnyTagClassName
{
color: #04CB40;
}
</style>
background-color css
<style>
a { background-color: #04CB40; }
a { background-color: rgb(4,203,64); }
div.DivClassName
{
background-color: #04CB40;
}
.BgClassName
{
background-color: #04CB40;
}
</style>
border-color css
<style>
span { border-color: #04CB40; }
span { border-color: rgb(4,203,64); }
td.TdClassName
{
border-color: #04CB40;
}
.TagClassName
{
border-color: #04CB40;
}
</style>