Shades of Pastel Green #66D679
Tints of Pastel Green #66D679
RGB
CMYK
RGB Variations
Color information
#66D679 (or 0x66D679) is known color: Pastel Green. HEX triplet: 66, D6 and 79. RGB value is (102,214,121). Sum of RGB (Red+Green+Blue) = 102+214+121=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #66D679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D679 is #992986. Grayscale: #AAAAAA. Windows color (decimal): -10037639 or 7984742. OLE color: 7984742.
HSL color Cylindrical-coordinate representation of color #66D679: hue angle of 130.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D679 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 121 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.16 |
| HSL | 130.18º | 0.58% | 0.62% | - |
| HSV(B) | 130.18º | 0.52% | 0.84% | - |
| XYZ | 32.98 | 52.3 | 26.45 | - |
| YUV | 169.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 121 | 0.52 | 0 | 0.43 | 0.16 | 130.18 | 0.58 | 0.62 |
| Hex | 66 | D6 | 79 | 34 | 0 | 2B | 10 | 82 | 3A | 3E |
| Octal | 146 | 326 | 171 | 64 | 0 | 53 | 20 | 202 | 72 | 76 |
| Binary | 1100110 | 11010110 | 1111001 | 110100 | 0 | 101011 | 10000 | 10000010 | 111010 | 111110 |
Color Harmonies of #66D679
Complementary color
Monochromatic Colors of #66D679
Black with #66D679
Text Example
Text Example
White with #66D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D679; }
p { color: rgb(102,214,121); }
H1.HeaderClassName
{
color: #66D679;
}
.AnyTagClassName
{
color: #66D679;
}
</style>
background-color css
<style>
a { background-color: #66D679; }
a { background-color: rgb(102,214,121); }
div.DivClassName
{
background-color: #66D679;
}
.BgClassName
{
background-color: #66D679;
}
</style>
border-color css
<style>
span { border-color: #66D679; }
span { border-color: rgb(102,214,121); }
td.TdClassName
{
border-color: #66D679;
}
.TagClassName
{
border-color: #66D679;
}
</style>