Shades of Dark Pastel Green #06D233
Tints of Dark Pastel Green #06D233
RGB
CMYK
RGB Variations
Color information
#06D233 (or 0x06D233) is known color: Dark Pastel Green. HEX triplet: 06, D2 and 33. RGB value is (6,210,51). Sum of RGB (Red+Green+Blue) = 6+210+51=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 210 (82.42% from 255 or 78.65% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 210 - color contains mainly: green. Hex color #06D233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D233 is #F92DCC. Grayscale: #838383. Windows color (decimal): -16330189 or 3396102. OLE color: 3396102.
HSL color Cylindrical-coordinate representation of color #06D233: hue angle of 133.24º 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 #06D233 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 51 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.18 |
| HSL | 133.24º | 0.94% | 0.42% | - |
| HSV(B) | 133.24º | 0.97% | 0.82% | - |
| XYZ | 23.72 | 46.37 | 10.83 | - |
| YUV | 130.88 | 82.91 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 51 | 0.97 | 0 | 0.76 | 0.18 | 133.24 | 0.94 | 0.42 |
| Hex | 6 | D2 | 33 | 61 | 0 | 4C | 12 | 85 | 5E | 2A |
| Octal | 6 | 322 | 63 | 141 | 0 | 114 | 22 | 205 | 136 | 52 |
| Binary | 110 | 11010010 | 110011 | 1100001 | 0 | 1001100 | 10010 | 10000101 | 1011110 | 101010 |
Color Harmonies of #06D233
Complementary color
Monochromatic Colors of #06D233
Black with #06D233
Text Example
Text Example
White with #06D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D233; }
p { color: rgb(6,210,51); }
H1.HeaderClassName
{
color: #06D233;
}
.AnyTagClassName
{
color: #06D233;
}
</style>
background-color css
<style>
a { background-color: #06D233; }
a { background-color: rgb(6,210,51); }
div.DivClassName
{
background-color: #06D233;
}
.BgClassName
{
background-color: #06D233;
}
</style>
border-color css
<style>
span { border-color: #06D233; }
span { border-color: rgb(6,210,51); }
td.TdClassName
{
border-color: #06D233;
}
.TagClassName
{
border-color: #06D233;
}
</style>