Shades of Dark Pastel Green #04BF32
Tints of Dark Pastel Green #04BF32
RGB
CMYK
RGB Variations
Color information
#04BF32 (or 0x04BF32) is known color: Dark Pastel Green. HEX triplet: 04, BF and 32. RGB value is (4,191,50). Sum of RGB (Red+Green+Blue) = 4+191+50=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BF32 is #FB40CD. Grayscale: #777777. Windows color (decimal): -16466126 or 3325700. OLE color: 3325700.
HSL color Cylindrical-coordinate representation of color #04BF32: hue angle of 134.76º 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 #04BF32 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 50 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.25 |
| HSL | 134.76º | 0.96% | 0.38% | - |
| HSV(B) | 134.76º | 0.98% | 0.75% | - |
| XYZ | 19.26 | 37.52 | 9.24 | - |
| YUV | 119.01 | 89.05 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 50 | 0.98 | 0 | 0.74 | 0.25 | 134.76 | 0.96 | 0.38 |
| Hex | 4 | BF | 32 | 62 | 0 | 4A | 19 | 87 | 60 | 26 |
| Octal | 4 | 277 | 62 | 142 | 0 | 112 | 31 | 207 | 140 | 46 |
| Binary | 100 | 10111111 | 110010 | 1100010 | 0 | 1001010 | 11001 | 10000111 | 1100000 | 100110 |
Color Harmonies of #04BF32
Complementary color
Monochromatic Colors of #04BF32
Black with #04BF32
Text Example
Text Example
White with #04BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF32; }
p { color: rgb(4,191,50); }
H1.HeaderClassName
{
color: #04BF32;
}
.AnyTagClassName
{
color: #04BF32;
}
</style>
background-color css
<style>
a { background-color: #04BF32; }
a { background-color: rgb(4,191,50); }
div.DivClassName
{
background-color: #04BF32;
}
.BgClassName
{
background-color: #04BF32;
}
</style>
border-color css
<style>
span { border-color: #04BF32; }
span { border-color: rgb(4,191,50); }
td.TdClassName
{
border-color: #04BF32;
}
.TagClassName
{
border-color: #04BF32;
}
</style>