Shades of Pastel Green #66D577
Tints of Pastel Green #66D577
RGB
CMYK
RGB Variations
Color information
#66D577 (or 0x66D577) is known color: Pastel Green. HEX triplet: 66, D5 and 77. RGB value is (102,213,119). Sum of RGB (Red+Green+Blue) = 102+213+119=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #66D577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D577 is #992A88. Grayscale: #A9A9A9. Windows color (decimal): -10037897 or 7853414. OLE color: 7853414.
HSL color Cylindrical-coordinate representation of color #66D577: hue angle of 129.19º 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 #66D577 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 119 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.16 |
| HSL | 129.19º | 0.57% | 0.62% | - |
| HSV(B) | 129.19º | 0.52% | 0.84% | - |
| XYZ | 32.6 | 51.75 | 25.72 | - |
| YUV | 169.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 119 | 0.52 | 0 | 0.44 | 0.16 | 129.19 | 0.57 | 0.62 |
| Hex | 66 | D5 | 77 | 34 | 0 | 2C | 10 | 81 | 39 | 3E |
| Octal | 146 | 325 | 167 | 64 | 0 | 54 | 20 | 201 | 71 | 76 |
| Binary | 1100110 | 11010101 | 1110111 | 110100 | 0 | 101100 | 10000 | 10000001 | 111001 | 111110 |
Color Harmonies of #66D577
Complementary color
Monochromatic Colors of #66D577
Black with #66D577
Text Example
Text Example
White with #66D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D577; }
p { color: rgb(102,213,119); }
H1.HeaderClassName
{
color: #66D577;
}
.AnyTagClassName
{
color: #66D577;
}
</style>
background-color css
<style>
a { background-color: #66D577; }
a { background-color: rgb(102,213,119); }
div.DivClassName
{
background-color: #66D577;
}
.BgClassName
{
background-color: #66D577;
}
</style>
border-color css
<style>
span { border-color: #66D577; }
span { border-color: rgb(102,213,119); }
td.TdClassName
{
border-color: #66D577;
}
.TagClassName
{
border-color: #66D577;
}
</style>