Shades of Pastel Green #66DA7B
Tints of Pastel Green #66DA7B
RGB
CMYK
RGB Variations
Color information
#66DA7B (or 0x66DA7B) is known color: Pastel Green. HEX triplet: 66, DA and 7B. RGB value is (102,218,123). Sum of RGB (Red+Green+Blue) = 102+218+123=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA7B is #992584. Grayscale: #ACACAC. Windows color (decimal): -10036613 or 8116838. OLE color: 8116838.
HSL color Cylindrical-coordinate representation of color #66DA7B: hue angle of 130.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DA7B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 123 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.15 |
| HSL | 130.86º | 0.61% | 0.63% | - |
| HSV(B) | 130.86º | 0.53% | 0.85% | - |
| XYZ | 34.13 | 54.4 | 27.44 | - |
| YUV | 172.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 123 | 0.53 | 0 | 0.44 | 0.15 | 130.86 | 0.61 | 0.63 |
| Hex | 66 | DA | 7B | 35 | 0 | 2C | F | 83 | 3D | 3F |
| Octal | 146 | 332 | 173 | 65 | 0 | 54 | 17 | 203 | 75 | 77 |
| Binary | 1100110 | 11011010 | 1111011 | 110101 | 0 | 101100 | 1111 | 10000011 | 111101 | 111111 |
Color Harmonies of #66DA7B
Complementary color
Monochromatic Colors of #66DA7B
Black with #66DA7B
Text Example
Text Example
White with #66DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA7B; }
p { color: rgb(102,218,123); }
H1.HeaderClassName
{
color: #66DA7B;
}
.AnyTagClassName
{
color: #66DA7B;
}
</style>
background-color css
<style>
a { background-color: #66DA7B; }
a { background-color: rgb(102,218,123); }
div.DivClassName
{
background-color: #66DA7B;
}
.BgClassName
{
background-color: #66DA7B;
}
</style>
border-color css
<style>
span { border-color: #66DA7B; }
span { border-color: rgb(102,218,123); }
td.TdClassName
{
border-color: #66DA7B;
}
.TagClassName
{
border-color: #66DA7B;
}
</style>