Shades of Pastel Green #66D570
Tints of Pastel Green #66D570
RGB
CMYK
RGB Variations
Color information
#66D570 (or 0x66D570) is known color: Pastel Green. HEX triplet: 66, D5 and 70. RGB value is (102,213,112). Sum of RGB (Red+Green+Blue) = 102+213+112=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #66D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D570 is #992A8F. Grayscale: #A8A8A8. Windows color (decimal): -10037904 or 7394662. OLE color: 7394662.
HSL color Cylindrical-coordinate representation of color #66D570: hue angle of 125.41º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D570 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 112 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.16 |
| HSL | 125.41º | 0.57% | 0.62% | - |
| HSV(B) | 125.41º | 0.52% | 0.84% | - |
| XYZ | 32.2 | 51.58 | 23.59 | - |
| YUV | 168.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 112 | 0.52 | 0 | 0.47 | 0.16 | 125.41 | 0.57 | 0.62 |
| Hex | 66 | D5 | 70 | 34 | 0 | 2F | 10 | 7D | 39 | 3E |
| Octal | 146 | 325 | 160 | 64 | 0 | 57 | 20 | 175 | 71 | 76 |
| Binary | 1100110 | 11010101 | 1110000 | 110100 | 0 | 101111 | 10000 | 1111101 | 111001 | 111110 |
Color Harmonies of #66D570
Complementary color
Monochromatic Colors of #66D570
Black with #66D570
Text Example
Text Example
White with #66D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D570; }
p { color: rgb(102,213,112); }
H1.HeaderClassName
{
color: #66D570;
}
.AnyTagClassName
{
color: #66D570;
}
</style>
background-color css
<style>
a { background-color: #66D570; }
a { background-color: rgb(102,213,112); }
div.DivClassName
{
background-color: #66D570;
}
.BgClassName
{
background-color: #66D570;
}
</style>
border-color css
<style>
span { border-color: #66D570; }
span { border-color: rgb(102,213,112); }
td.TdClassName
{
border-color: #66D570;
}
.TagClassName
{
border-color: #66D570;
}
</style>