Shades of Dark Pastel Green #06BD32
Tints of Dark Pastel Green #06BD32
RGB
CMYK
RGB Variations
Color information
#06BD32 (or 0x06BD32) is known color: Dark Pastel Green. HEX triplet: 06, BD and 32. RGB value is (6,189,50). Sum of RGB (Red+Green+Blue) = 6+189+50=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BD32 is #F942CD. Grayscale: #767676. Windows color (decimal): -16335566 or 3325190. OLE color: 3325190.
HSL color Cylindrical-coordinate representation of color #06BD32: hue angle of 134.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BD32 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 50 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.26 |
| HSL | 134.43º | 0.94% | 0.38% | - |
| HSV(B) | 134.43º | 0.97% | 0.74% | - |
| XYZ | 18.85 | 36.66 | 9.1 | - |
| YUV | 118.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 50 | 0.97 | 0 | 0.74 | 0.26 | 134.43 | 0.94 | 0.38 |
| Hex | 6 | BD | 32 | 61 | 0 | 4A | 1A | 86 | 5E | 26 |
| Octal | 6 | 275 | 62 | 141 | 0 | 112 | 32 | 206 | 136 | 46 |
| Binary | 110 | 10111101 | 110010 | 1100001 | 0 | 1001010 | 11010 | 10000110 | 1011110 | 100110 |
Color Harmonies of #06BD32
Complementary color
Monochromatic Colors of #06BD32
Black with #06BD32
Text Example
Text Example
White with #06BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BD32; }
p { color: rgb(6,189,50); }
H1.HeaderClassName
{
color: #06BD32;
}
.AnyTagClassName
{
color: #06BD32;
}
</style>
background-color css
<style>
a { background-color: #06BD32; }
a { background-color: rgb(6,189,50); }
div.DivClassName
{
background-color: #06BD32;
}
.BgClassName
{
background-color: #06BD32;
}
</style>
border-color css
<style>
span { border-color: #06BD32; }
span { border-color: rgb(6,189,50); }
td.TdClassName
{
border-color: #06BD32;
}
.TagClassName
{
border-color: #06BD32;
}
</style>