Shades of Dark Pastel Green #06C235
Tints of Dark Pastel Green #06C235
RGB
CMYK
RGB Variations
Color information
#06C235 (or 0x06C235) is known color: Dark Pastel Green. HEX triplet: 06, C2 and 35. RGB value is (6,194,53). Sum of RGB (Red+Green+Blue) = 6+194+53=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #06C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C235 is #F93DCA. Grayscale: #7A7A7A. Windows color (decimal): -16334283 or 3523078. OLE color: 3523078.
HSL color Cylindrical-coordinate representation of color #06C235: hue angle of 135º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C235 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 53 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.24 |
| HSL | 135º | 0.94% | 0.39% | - |
| HSV(B) | 135º | 0.97% | 0.76% | - |
| XYZ | 20.01 | 38.88 | 9.82 | - |
| YUV | 121.71 | 89.22 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 53 | 0.97 | 0 | 0.73 | 0.24 | 135 | 0.94 | 0.39 |
| Hex | 6 | C2 | 35 | 61 | 0 | 49 | 18 | 87 | 5E | 27 |
| Octal | 6 | 302 | 65 | 141 | 0 | 111 | 30 | 207 | 136 | 47 |
| Binary | 110 | 11000010 | 110101 | 1100001 | 0 | 1001001 | 11000 | 10000111 | 1011110 | 100111 |
Color Harmonies of #06C235
Complementary color
Monochromatic Colors of #06C235
Black with #06C235
Text Example
Text Example
White with #06C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C235; }
p { color: rgb(6,194,53); }
H1.HeaderClassName
{
color: #06C235;
}
.AnyTagClassName
{
color: #06C235;
}
</style>
background-color css
<style>
a { background-color: #06C235; }
a { background-color: rgb(6,194,53); }
div.DivClassName
{
background-color: #06C235;
}
.BgClassName
{
background-color: #06C235;
}
</style>
border-color css
<style>
span { border-color: #06C235; }
span { border-color: rgb(6,194,53); }
td.TdClassName
{
border-color: #06C235;
}
.TagClassName
{
border-color: #06C235;
}
</style>