Shades of Pastel Green #66D177
Tints of Pastel Green #66D177
RGB
CMYK
RGB Variations
Color information
#66D177 (or 0x66D177) is known color: Pastel Green. HEX triplet: 66, D1 and 77. RGB value is (102,209,119). Sum of RGB (Red+Green+Blue) = 102+209+119=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #66D177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D177 is #992E88. Grayscale: #A7A7A7. Windows color (decimal): -10038921 or 7852390. OLE color: 7852390.
HSL color Cylindrical-coordinate representation of color #66D177: hue angle of 129.53º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D177 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 119 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.18 |
| HSL | 129.53º | 0.54% | 0.61% | - |
| HSV(B) | 129.53º | 0.51% | 0.82% | - |
| XYZ | 31.61 | 49.76 | 25.39 | - |
| YUV | 166.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 119 | 0.51 | 0 | 0.43 | 0.18 | 129.53 | 0.54 | 0.61 |
| Hex | 66 | D1 | 77 | 33 | 0 | 2B | 12 | 82 | 36 | 3D |
| Octal | 146 | 321 | 167 | 63 | 0 | 53 | 22 | 202 | 66 | 75 |
| Binary | 1100110 | 11010001 | 1110111 | 110011 | 0 | 101011 | 10010 | 10000010 | 110110 | 111101 |
Color Harmonies of #66D177
Complementary color
Monochromatic Colors of #66D177
Black with #66D177
Text Example
Text Example
White with #66D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D177; }
p { color: rgb(102,209,119); }
H1.HeaderClassName
{
color: #66D177;
}
.AnyTagClassName
{
color: #66D177;
}
</style>
background-color css
<style>
a { background-color: #66D177; }
a { background-color: rgb(102,209,119); }
div.DivClassName
{
background-color: #66D177;
}
.BgClassName
{
background-color: #66D177;
}
</style>
border-color css
<style>
span { border-color: #66D177; }
span { border-color: rgb(102,209,119); }
td.TdClassName
{
border-color: #66D177;
}
.TagClassName
{
border-color: #66D177;
}
</style>