Shades of Dark Pastel Green #04BC4A
Tints of Dark Pastel Green #04BC4A
RGB
CMYK
RGB Variations
Color information
#04BC4A (or 0x04BC4A) is known color: Dark Pastel Green. HEX triplet: 04, BC and 4A. RGB value is (4,188,74). Sum of RGB (Red+Green+Blue) = 4+188+74=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC4A is #FB43B5. Grayscale: #787878. Windows color (decimal): -16466870 or 4897796. OLE color: 4897796.
HSL color Cylindrical-coordinate representation of color #04BC4A: hue angle of 142.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC4A is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 74 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.26 |
| HSL | 142.83º | 0.96% | 0.38% | - |
| HSV(B) | 142.83º | 0.98% | 0.74% | - |
| XYZ | 19.27 | 36.49 | 12.51 | - |
| YUV | 119.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 74 | 0.98 | 0 | 0.61 | 0.26 | 142.83 | 0.96 | 0.38 |
| Hex | 4 | BC | 4A | 62 | 0 | 3D | 1A | 8F | 60 | 26 |
| Octal | 4 | 274 | 112 | 142 | 0 | 75 | 32 | 217 | 140 | 46 |
| Binary | 100 | 10111100 | 1001010 | 1100010 | 0 | 111101 | 11010 | 10001111 | 1100000 | 100110 |
Color Harmonies of #04BC4A
Complementary color
Monochromatic Colors of #04BC4A
Black with #04BC4A
Text Example
Text Example
White with #04BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC4A; }
p { color: rgb(4,188,74); }
H1.HeaderClassName
{
color: #04BC4A;
}
.AnyTagClassName
{
color: #04BC4A;
}
</style>
background-color css
<style>
a { background-color: #04BC4A; }
a { background-color: rgb(4,188,74); }
div.DivClassName
{
background-color: #04BC4A;
}
.BgClassName
{
background-color: #04BC4A;
}
</style>
border-color css
<style>
span { border-color: #04BC4A; }
span { border-color: rgb(4,188,74); }
td.TdClassName
{
border-color: #04BC4A;
}
.TagClassName
{
border-color: #04BC4A;
}
</style>