Shades of Dark Pastel Green #04C04B
Tints of Dark Pastel Green #04C04B
RGB
CMYK
RGB Variations
Color information
#04C04B (or 0x04C04B) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 4B. RGB value is (4,192,75). Sum of RGB (Red+Green+Blue) = 4+192+75=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #04C04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C04B is #FB3FB4. Grayscale: #7A7A7A. Windows color (decimal): -16465845 or 4964356. OLE color: 4964356.
HSL color Cylindrical-coordinate representation of color #04C04B: hue angle of 142.66º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C04B is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 75 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.25 |
| HSL | 142.66º | 0.96% | 0.38% | - |
| HSV(B) | 142.66º | 0.98% | 0.75% | - |
| XYZ | 20.17 | 38.23 | 12.97 | - |
| YUV | 122.45 | 101.22 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 75 | 0.98 | 0 | 0.61 | 0.25 | 142.66 | 0.96 | 0.38 |
| Hex | 4 | C0 | 4B | 62 | 0 | 3D | 19 | 8F | 60 | 26 |
| Octal | 4 | 300 | 113 | 142 | 0 | 75 | 31 | 217 | 140 | 46 |
| Binary | 100 | 11000000 | 1001011 | 1100010 | 0 | 111101 | 11001 | 10001111 | 1100000 | 100110 |
Color Harmonies of #04C04B
Complementary color
Monochromatic Colors of #04C04B
Black with #04C04B
Text Example
Text Example
White with #04C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C04B; }
p { color: rgb(4,192,75); }
H1.HeaderClassName
{
color: #04C04B;
}
.AnyTagClassName
{
color: #04C04B;
}
</style>
background-color css
<style>
a { background-color: #04C04B; }
a { background-color: rgb(4,192,75); }
div.DivClassName
{
background-color: #04C04B;
}
.BgClassName
{
background-color: #04C04B;
}
</style>
border-color css
<style>
span { border-color: #04C04B; }
span { border-color: rgb(4,192,75); }
td.TdClassName
{
border-color: #04C04B;
}
.TagClassName
{
border-color: #04C04B;
}
</style>