Shades of Dark Pastel Green #04C625
Tints of Dark Pastel Green #04C625
RGB
CMYK
RGB Variations
Color information
#04C625 (or 0x04C625) is known color: Dark Pastel Green. HEX triplet: 04, C6 and 25. RGB value is (4,198,37). Sum of RGB (Red+Green+Blue) = 4+198+37=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 198 (77.73% from 255 or 82.85% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 198 - color contains mainly: green. Hex color #04C625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C625 is #FB39DA. Grayscale: #7A7A7A. Windows color (decimal): -16464347 or 2475524. OLE color: 2475524.
HSL color Cylindrical-coordinate representation of color #04C625: hue angle of 130.21º 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 #04C625 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 198 | 37 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.22 |
| HSL | 130.21º | 0.96% | 0.4% | - |
| HSV(B) | 130.21º | 0.98% | 0.78% | - |
| XYZ | 20.58 | 40.55 | 8.49 | - |
| YUV | 121.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 198 | 37 | 0.98 | 0 | 0.81 | 0.22 | 130.21 | 0.96 | 0.4 |
| Hex | 4 | C6 | 25 | 62 | 0 | 51 | 16 | 82 | 60 | 28 |
| Octal | 4 | 306 | 45 | 142 | 0 | 121 | 26 | 202 | 140 | 50 |
| Binary | 100 | 11000110 | 100101 | 1100010 | 0 | 1010001 | 10110 | 10000010 | 1100000 | 101000 |
Color Harmonies of #04C625
Complementary color
Monochromatic Colors of #04C625
Black with #04C625
Text Example
Text Example
White with #04C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C625; }
p { color: rgb(4,198,37); }
H1.HeaderClassName
{
color: #04C625;
}
.AnyTagClassName
{
color: #04C625;
}
</style>
background-color css
<style>
a { background-color: #04C625; }
a { background-color: rgb(4,198,37); }
div.DivClassName
{
background-color: #04C625;
}
.BgClassName
{
background-color: #04C625;
}
</style>
border-color css
<style>
span { border-color: #04C625; }
span { border-color: rgb(4,198,37); }
td.TdClassName
{
border-color: #04C625;
}
.TagClassName
{
border-color: #04C625;
}
</style>