Shades of Pastel Green #66D76D
Tints of Pastel Green #66D76D
RGB
CMYK
RGB Variations
Color information
#66D76D (or 0x66D76D) is known color: Pastel Green. HEX triplet: 66, D7 and 6D. RGB value is (102,215,109). Sum of RGB (Red+Green+Blue) = 102+215+109=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #66D76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D76D is #992892. Grayscale: #A9A9A9. Windows color (decimal): -10037395 or 7198566. OLE color: 7198566.
HSL color Cylindrical-coordinate representation of color #66D76D: hue angle of 123.72º 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 #66D76D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 109 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.16 |
| HSL | 123.72º | 0.59% | 0.62% | - |
| HSV(B) | 123.72º | 0.53% | 0.84% | - |
| XYZ | 32.54 | 52.53 | 22.89 | - |
| YUV | 169.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 109 | 0.53 | 0 | 0.49 | 0.16 | 123.72 | 0.59 | 0.62 |
| Hex | 66 | D7 | 6D | 35 | 0 | 31 | 10 | 7C | 3B | 3E |
| Octal | 146 | 327 | 155 | 65 | 0 | 61 | 20 | 174 | 73 | 76 |
| Binary | 1100110 | 11010111 | 1101101 | 110101 | 0 | 110001 | 10000 | 1111100 | 111011 | 111110 |
Color Harmonies of #66D76D
Complementary color
Monochromatic Colors of #66D76D
Black with #66D76D
Text Example
Text Example
White with #66D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D76D; }
p { color: rgb(102,215,109); }
H1.HeaderClassName
{
color: #66D76D;
}
.AnyTagClassName
{
color: #66D76D;
}
</style>
background-color css
<style>
a { background-color: #66D76D; }
a { background-color: rgb(102,215,109); }
div.DivClassName
{
background-color: #66D76D;
}
.BgClassName
{
background-color: #66D76D;
}
</style>
border-color css
<style>
span { border-color: #66D76D; }
span { border-color: rgb(102,215,109); }
td.TdClassName
{
border-color: #66D76D;
}
.TagClassName
{
border-color: #66D76D;
}
</style>