Shades of Dark Pastel Green #06D232
Tints of Dark Pastel Green #06D232
RGB
CMYK
RGB Variations
Color information
#06D232 (or 0x06D232) is known color: Dark Pastel Green. HEX triplet: 06, D2 and 32. RGB value is (6,210,50). Sum of RGB (Red+Green+Blue) = 6+210+50=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #06D232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D232 is #F92DCD. Grayscale: #838383. Windows color (decimal): -16330190 or 3330566. OLE color: 3330566.
HSL color Cylindrical-coordinate representation of color #06D232: hue angle of 132.94º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D232 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 50 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.18 |
| HSL | 132.94º | 0.94% | 0.42% | - |
| HSV(B) | 132.94º | 0.97% | 0.82% | - |
| XYZ | 23.7 | 46.36 | 10.72 | - |
| YUV | 130.76 | 82.41 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 50 | 0.97 | 0 | 0.76 | 0.18 | 132.94 | 0.94 | 0.42 |
| Hex | 6 | D2 | 32 | 61 | 0 | 4C | 12 | 85 | 5E | 2A |
| Octal | 6 | 322 | 62 | 141 | 0 | 114 | 22 | 205 | 136 | 52 |
| Binary | 110 | 11010010 | 110010 | 1100001 | 0 | 1001100 | 10010 | 10000101 | 1011110 | 101010 |
Color Harmonies of #06D232
Complementary color
Monochromatic Colors of #06D232
Black with #06D232
Text Example
Text Example
White with #06D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D232; }
p { color: rgb(6,210,50); }
H1.HeaderClassName
{
color: #06D232;
}
.AnyTagClassName
{
color: #06D232;
}
</style>
background-color css
<style>
a { background-color: #06D232; }
a { background-color: rgb(6,210,50); }
div.DivClassName
{
background-color: #06D232;
}
.BgClassName
{
background-color: #06D232;
}
</style>
border-color css
<style>
span { border-color: #06D232; }
span { border-color: rgb(6,210,50); }
td.TdClassName
{
border-color: #06D232;
}
.TagClassName
{
border-color: #06D232;
}
</style>