Shades of Pastel Green #66D970
Tints of Pastel Green #66D970
RGB
CMYK
RGB Variations
Color information
#66D970 (or 0x66D970) is known color: Pastel Green. HEX triplet: 66, D9 and 70. RGB value is (102,217,112). Sum of RGB (Red+Green+Blue) = 102+217+112=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #66D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D970 is #99268F. Grayscale: #AAAAAA. Windows color (decimal): -10036880 or 7395686. OLE color: 7395686.
HSL color Cylindrical-coordinate representation of color #66D970: hue angle of 125.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D970 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 112 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.15 |
| HSL | 125.22º | 0.6% | 0.63% | - |
| HSV(B) | 125.22º | 0.53% | 0.85% | - |
| XYZ | 33.22 | 53.62 | 23.93 | - |
| YUV | 170.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 112 | 0.53 | 0 | 0.48 | 0.15 | 125.22 | 0.6 | 0.63 |
| Hex | 66 | D9 | 70 | 35 | 0 | 30 | F | 7D | 3C | 3F |
| Octal | 146 | 331 | 160 | 65 | 0 | 60 | 17 | 175 | 74 | 77 |
| Binary | 1100110 | 11011001 | 1110000 | 110101 | 0 | 110000 | 1111 | 1111101 | 111100 | 111111 |
Color Harmonies of #66D970
Complementary color
Monochromatic Colors of #66D970
Black with #66D970
Text Example
Text Example
White with #66D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D970; }
p { color: rgb(102,217,112); }
H1.HeaderClassName
{
color: #66D970;
}
.AnyTagClassName
{
color: #66D970;
}
</style>
background-color css
<style>
a { background-color: #66D970; }
a { background-color: rgb(102,217,112); }
div.DivClassName
{
background-color: #66D970;
}
.BgClassName
{
background-color: #66D970;
}
</style>
border-color css
<style>
span { border-color: #66D970; }
span { border-color: rgb(102,217,112); }
td.TdClassName
{
border-color: #66D970;
}
.TagClassName
{
border-color: #66D970;
}
</style>