Shades of Dark Pastel Green #04C840
Tints of Dark Pastel Green #04C840
RGB
CMYK
RGB Variations
Color information
#04C840 (or 0x04C840) is known color: Dark Pastel Green. HEX triplet: 04, C8 and 40. RGB value is (4,200,64). Sum of RGB (Red+Green+Blue) = 4+200+64=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #04C840 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C840 is #FB37BF. Grayscale: #7E7E7E. Windows color (decimal): -16463808 or 4245508. OLE color: 4245508.
HSL color Cylindrical-coordinate representation of color #04C840: hue angle of 138.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C840 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 200 | 64 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.22 |
| HSL | 138.37º | 0.96% | 0.4% | - |
| HSV(B) | 138.37º | 0.98% | 0.78% | - |
| XYZ | 21.63 | 41.7 | 11.76 | - |
| YUV | 125.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 64 | 0.98 | 0 | 0.68 | 0.22 | 138.37 | 0.96 | 0.4 |
| Hex | 4 | C8 | 40 | 62 | 0 | 44 | 16 | 8A | 60 | 28 |
| Octal | 4 | 310 | 100 | 142 | 0 | 104 | 26 | 212 | 140 | 50 |
| Binary | 100 | 11001000 | 1000000 | 1100010 | 0 | 1000100 | 10110 | 10001010 | 1100000 | 101000 |
Color Harmonies of #04C840
Complementary color
Monochromatic Colors of #04C840
Black with #04C840
Text Example
Text Example
White with #04C840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C840; }
p { color: rgb(4,200,64); }
H1.HeaderClassName
{
color: #04C840;
}
.AnyTagClassName
{
color: #04C840;
}
</style>
background-color css
<style>
a { background-color: #04C840; }
a { background-color: rgb(4,200,64); }
div.DivClassName
{
background-color: #04C840;
}
.BgClassName
{
background-color: #04C840;
}
</style>
border-color css
<style>
span { border-color: #04C840; }
span { border-color: rgb(4,200,64); }
td.TdClassName
{
border-color: #04C840;
}
.TagClassName
{
border-color: #04C840;
}
</style>