Shades of Dark Pastel Green #04BC32
Tints of Dark Pastel Green #04BC32
RGB
CMYK
RGB Variations
Color information
#04BC32 (or 0x04BC32) is known color: Dark Pastel Green. HEX triplet: 04, BC and 32. RGB value is (4,188,50). Sum of RGB (Red+Green+Blue) = 4+188+50=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC32 is #FB43CD. Grayscale: #757575. Windows color (decimal): -16466894 or 3324932. OLE color: 3324932.
HSL color Cylindrical-coordinate representation of color #04BC32: hue angle of 135º 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 #04BC32 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 50 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.26 |
| HSL | 135º | 0.96% | 0.38% | - |
| HSV(B) | 135º | 0.98% | 0.74% | - |
| XYZ | 18.61 | 36.22 | 9.03 | - |
| YUV | 117.25 | 90.04 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 50 | 0.98 | 0 | 0.73 | 0.26 | 135 | 0.96 | 0.38 |
| Hex | 4 | BC | 32 | 62 | 0 | 49 | 1A | 87 | 60 | 26 |
| Octal | 4 | 274 | 62 | 142 | 0 | 111 | 32 | 207 | 140 | 46 |
| Binary | 100 | 10111100 | 110010 | 1100010 | 0 | 1001001 | 11010 | 10000111 | 1100000 | 100110 |
Color Harmonies of #04BC32
Complementary color
Monochromatic Colors of #04BC32
Black with #04BC32
Text Example
Text Example
White with #04BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC32; }
p { color: rgb(4,188,50); }
H1.HeaderClassName
{
color: #04BC32;
}
.AnyTagClassName
{
color: #04BC32;
}
</style>
background-color css
<style>
a { background-color: #04BC32; }
a { background-color: rgb(4,188,50); }
div.DivClassName
{
background-color: #04BC32;
}
.BgClassName
{
background-color: #04BC32;
}
</style>
border-color css
<style>
span { border-color: #04BC32; }
span { border-color: rgb(4,188,50); }
td.TdClassName
{
border-color: #04BC32;
}
.TagClassName
{
border-color: #04BC32;
}
</style>