Shades of Dark Pastel Green #04C81A
Tints of Dark Pastel Green #04C81A
RGB
CMYK
RGB Variations
Color information
#04C81A (or 0x04C81A) is known color: Dark Pastel Green. HEX triplet: 04, C8 and 1A. RGB value is (4,200,26). Sum of RGB (Red+Green+Blue) = 4+200+26=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 200 (78.52% from 255 or 86.96% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 200 - color contains mainly: green. Hex color #04C81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C81A is #FB37E5. Grayscale: #7A7A7A. Windows color (decimal): -16463846 or 1755140. OLE color: 1755140.
HSL color Cylindrical-coordinate representation of color #04C81A: hue angle of 126.73º 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 #04C81A is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 200 | 26 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.22 |
| HSL | 126.73º | 0.96% | 0.4% | - |
| HSV(B) | 126.73º | 0.98% | 0.78% | - |
| XYZ | 20.89 | 41.41 | 7.87 | - |
| YUV | 121.56 | 74.07 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 26 | 0.98 | 0 | 0.87 | 0.22 | 126.73 | 0.96 | 0.4 |
| Hex | 4 | C8 | 1A | 62 | 0 | 57 | 16 | 7F | 60 | 28 |
| Octal | 4 | 310 | 32 | 142 | 0 | 127 | 26 | 177 | 140 | 50 |
| Binary | 100 | 11001000 | 11010 | 1100010 | 0 | 1010111 | 10110 | 1111111 | 1100000 | 101000 |
Color Harmonies of #04C81A
Complementary color
Monochromatic Colors of #04C81A
Black with #04C81A
Text Example
Text Example
White with #04C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C81A; }
p { color: rgb(4,200,26); }
H1.HeaderClassName
{
color: #04C81A;
}
.AnyTagClassName
{
color: #04C81A;
}
</style>
background-color css
<style>
a { background-color: #04C81A; }
a { background-color: rgb(4,200,26); }
div.DivClassName
{
background-color: #04C81A;
}
.BgClassName
{
background-color: #04C81A;
}
</style>
border-color css
<style>
span { border-color: #04C81A; }
span { border-color: rgb(4,200,26); }
td.TdClassName
{
border-color: #04C81A;
}
.TagClassName
{
border-color: #04C81A;
}
</style>