Shades of Dark Pastel Green #06C52A
Tints of Dark Pastel Green #06C52A
RGB
CMYK
RGB Variations
Color information
#06C52A (or 0x06C52A) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 2A. RGB value is (6,197,42). Sum of RGB (Red+Green+Blue) = 6+197+42=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #06C52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C52A is #F93AD5. Grayscale: #7A7A7A. Windows color (decimal): -16333526 or 2802950. OLE color: 2802950.
HSL color Cylindrical-coordinate representation of color #06C52A: hue angle of 131.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C52A is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 42 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.23 |
| HSL | 131.31º | 0.94% | 0.4% | - |
| HSV(B) | 131.31º | 0.97% | 0.77% | - |
| XYZ | 20.46 | 40.14 | 8.86 | - |
| YUV | 122.22 | 82.72 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 42 | 0.97 | 0 | 0.79 | 0.23 | 131.31 | 0.94 | 0.4 |
| Hex | 6 | C5 | 2A | 61 | 0 | 4F | 17 | 83 | 5E | 28 |
| Octal | 6 | 305 | 52 | 141 | 0 | 117 | 27 | 203 | 136 | 50 |
| Binary | 110 | 11000101 | 101010 | 1100001 | 0 | 1001111 | 10111 | 10000011 | 1011110 | 101000 |
Color Harmonies of #06C52A
Complementary color
Monochromatic Colors of #06C52A
Black with #06C52A
Text Example
Text Example
White with #06C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C52A; }
p { color: rgb(6,197,42); }
H1.HeaderClassName
{
color: #06C52A;
}
.AnyTagClassName
{
color: #06C52A;
}
</style>
background-color css
<style>
a { background-color: #06C52A; }
a { background-color: rgb(6,197,42); }
div.DivClassName
{
background-color: #06C52A;
}
.BgClassName
{
background-color: #06C52A;
}
</style>
border-color css
<style>
span { border-color: #06C52A; }
span { border-color: rgb(6,197,42); }
td.TdClassName
{
border-color: #06C52A;
}
.TagClassName
{
border-color: #06C52A;
}
</style>