Shades of Dark Pastel Green #04C834
Tints of Dark Pastel Green #04C834
RGB
CMYK
RGB Variations
Color information
#04C834 (or 0x04C834) is known color: Dark Pastel Green. HEX triplet: 04, C8 and 34. RGB value is (4,200,52). Sum of RGB (Red+Green+Blue) = 4+200+52=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #04C834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C834 is #FB37CB. Grayscale: #7C7C7C. Windows color (decimal): -16463820 or 3459076. OLE color: 3459076.
HSL color Cylindrical-coordinate representation of color #04C834: hue angle of 134.69º 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 #04C834 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 200 | 52 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.22 |
| HSL | 134.69º | 0.96% | 0.4% | - |
| HSV(B) | 134.69º | 0.98% | 0.78% | - |
| XYZ | 21.32 | 41.58 | 10.15 | - |
| YUV | 124.52 | 87.07 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 52 | 0.98 | 0 | 0.74 | 0.22 | 134.69 | 0.96 | 0.4 |
| Hex | 4 | C8 | 34 | 62 | 0 | 4A | 16 | 87 | 60 | 28 |
| Octal | 4 | 310 | 64 | 142 | 0 | 112 | 26 | 207 | 140 | 50 |
| Binary | 100 | 11001000 | 110100 | 1100010 | 0 | 1001010 | 10110 | 10000111 | 1100000 | 101000 |
Color Harmonies of #04C834
Complementary color
Monochromatic Colors of #04C834
Black with #04C834
Text Example
Text Example
White with #04C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C834; }
p { color: rgb(4,200,52); }
H1.HeaderClassName
{
color: #04C834;
}
.AnyTagClassName
{
color: #04C834;
}
</style>
background-color css
<style>
a { background-color: #04C834; }
a { background-color: rgb(4,200,52); }
div.DivClassName
{
background-color: #04C834;
}
.BgClassName
{
background-color: #04C834;
}
</style>
border-color css
<style>
span { border-color: #04C834; }
span { border-color: rgb(4,200,52); }
td.TdClassName
{
border-color: #04C834;
}
.TagClassName
{
border-color: #04C834;
}
</style>