Shades of Pastel Green #66D77B
Tints of Pastel Green #66D77B
RGB
CMYK
RGB Variations
Color information
#66D77B (or 0x66D77B) is known color: Pastel Green. HEX triplet: 66, D7 and 7B. RGB value is (102,215,123). Sum of RGB (Red+Green+Blue) = 102+215+123=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #66D77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D77B is #992884. Grayscale: #AAAAAA. Windows color (decimal): -10037381 or 8116070. OLE color: 8116070.
HSL color Cylindrical-coordinate representation of color #66D77B: hue angle of 131.15º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D77B is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 123 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.16 |
| HSL | 131.15º | 0.59% | 0.62% | - |
| HSV(B) | 131.15º | 0.53% | 0.84% | - |
| XYZ | 33.36 | 52.86 | 27.18 | - |
| YUV | 170.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 123 | 0.53 | 0 | 0.43 | 0.16 | 131.15 | 0.59 | 0.62 |
| Hex | 66 | D7 | 7B | 35 | 0 | 2B | 10 | 83 | 3B | 3E |
| Octal | 146 | 327 | 173 | 65 | 0 | 53 | 20 | 203 | 73 | 76 |
| Binary | 1100110 | 11010111 | 1111011 | 110101 | 0 | 101011 | 10000 | 10000011 | 111011 | 111110 |
Color Harmonies of #66D77B
Complementary color
Monochromatic Colors of #66D77B
Black with #66D77B
Text Example
Text Example
White with #66D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D77B; }
p { color: rgb(102,215,123); }
H1.HeaderClassName
{
color: #66D77B;
}
.AnyTagClassName
{
color: #66D77B;
}
</style>
background-color css
<style>
a { background-color: #66D77B; }
a { background-color: rgb(102,215,123); }
div.DivClassName
{
background-color: #66D77B;
}
.BgClassName
{
background-color: #66D77B;
}
</style>
border-color css
<style>
span { border-color: #66D77B; }
span { border-color: rgb(102,215,123); }
td.TdClassName
{
border-color: #66D77B;
}
.TagClassName
{
border-color: #66D77B;
}
</style>