Shades of Dark Pastel Green #04C62B
Tints of Dark Pastel Green #04C62B
RGB
CMYK
RGB Variations
Color information
#04C62B (or 0x04C62B) is known color: Dark Pastel Green. HEX triplet: 04, C6 and 2B. RGB value is (4,198,43). Sum of RGB (Red+Green+Blue) = 4+198+43=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #04C62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C62B is #FB39D4. Grayscale: #7A7A7A. Windows color (decimal): -16464341 or 2868740. OLE color: 2868740.
HSL color Cylindrical-coordinate representation of color #04C62B: hue angle of 132.06º 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 #04C62B is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 198 | 43 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.22 |
| HSL | 132.06º | 0.96% | 0.4% | - |
| HSV(B) | 132.06º | 0.98% | 0.78% | - |
| XYZ | 20.68 | 40.59 | 9.03 | - |
| YUV | 122.32 | 83.23 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 198 | 43 | 0.98 | 0 | 0.78 | 0.22 | 132.06 | 0.96 | 0.4 |
| Hex | 4 | C6 | 2B | 62 | 0 | 4E | 16 | 84 | 60 | 28 |
| Octal | 4 | 306 | 53 | 142 | 0 | 116 | 26 | 204 | 140 | 50 |
| Binary | 100 | 11000110 | 101011 | 1100010 | 0 | 1001110 | 10110 | 10000100 | 1100000 | 101000 |
Color Harmonies of #04C62B
Complementary color
Monochromatic Colors of #04C62B
Black with #04C62B
Text Example
Text Example
White with #04C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C62B; }
p { color: rgb(4,198,43); }
H1.HeaderClassName
{
color: #04C62B;
}
.AnyTagClassName
{
color: #04C62B;
}
</style>
background-color css
<style>
a { background-color: #04C62B; }
a { background-color: rgb(4,198,43); }
div.DivClassName
{
background-color: #04C62B;
}
.BgClassName
{
background-color: #04C62B;
}
</style>
border-color css
<style>
span { border-color: #04C62B; }
span { border-color: rgb(4,198,43); }
td.TdClassName
{
border-color: #04C62B;
}
.TagClassName
{
border-color: #04C62B;
}
</style>