Shades of Pastel Green #66D77F
Tints of Pastel Green #66D77F
RGB
CMYK
RGB Variations
Color information
#66D77F (or 0x66D77F) is known color: Pastel Green. HEX triplet: 66, D7 and 7F. RGB value is (102,215,127). Sum of RGB (Red+Green+Blue) = 102+215+127=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #66D77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D77F is #992880. Grayscale: #ABABAB. Windows color (decimal): -10037377 or 8378214. OLE color: 8378214.
HSL color Cylindrical-coordinate representation of color #66D77F: hue angle of 133.27º 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 #66D77F is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 127 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.16 |
| HSL | 133.27º | 0.59% | 0.62% | - |
| HSV(B) | 133.27º | 0.53% | 0.84% | - |
| XYZ | 33.61 | 52.96 | 28.53 | - |
| YUV | 171.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 127 | 0.53 | 0 | 0.41 | 0.16 | 133.27 | 0.59 | 0.62 |
| Hex | 66 | D7 | 7F | 35 | 0 | 29 | 10 | 85 | 3B | 3E |
| Octal | 146 | 327 | 177 | 65 | 0 | 51 | 20 | 205 | 73 | 76 |
| Binary | 1100110 | 11010111 | 1111111 | 110101 | 0 | 101001 | 10000 | 10000101 | 111011 | 111110 |
Color Harmonies of #66D77F
Complementary color
Monochromatic Colors of #66D77F
Black with #66D77F
Text Example
Text Example
White with #66D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D77F; }
p { color: rgb(102,215,127); }
H1.HeaderClassName
{
color: #66D77F;
}
.AnyTagClassName
{
color: #66D77F;
}
</style>
background-color css
<style>
a { background-color: #66D77F; }
a { background-color: rgb(102,215,127); }
div.DivClassName
{
background-color: #66D77F;
}
.BgClassName
{
background-color: #66D77F;
}
</style>
border-color css
<style>
span { border-color: #66D77F; }
span { border-color: rgb(102,215,127); }
td.TdClassName
{
border-color: #66D77F;
}
.TagClassName
{
border-color: #66D77F;
}
</style>