Shades of Pastel Green #66D06E
Tints of Pastel Green #66D06E
RGB
CMYK
RGB Variations
Color information
#66D06E (or 0x66D06E) is known color: Pastel Green. HEX triplet: 66, D0 and 6E. RGB value is (102,208,110). Sum of RGB (Red+Green+Blue) = 102+208+110=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #66D06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D06E is #992F91. Grayscale: #A5A5A5. Windows color (decimal): -10039186 or 7262310. OLE color: 7262310.
HSL color Cylindrical-coordinate representation of color #66D06E: hue angle of 124.53º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D06E is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 110 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.18 |
| HSL | 124.53º | 0.53% | 0.61% | - |
| HSV(B) | 124.53º | 0.51% | 0.82% | - |
| XYZ | 30.85 | 49.06 | 22.6 | - |
| YUV | 165.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 110 | 0.51 | 0 | 0.47 | 0.18 | 124.53 | 0.53 | 0.61 |
| Hex | 66 | D0 | 6E | 33 | 0 | 2F | 12 | 7D | 35 | 3D |
| Octal | 146 | 320 | 156 | 63 | 0 | 57 | 22 | 175 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1101110 | 110011 | 0 | 101111 | 10010 | 1111101 | 110101 | 111101 |
Color Harmonies of #66D06E
Complementary color
Monochromatic Colors of #66D06E
Black with #66D06E
Text Example
Text Example
White with #66D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D06E; }
p { color: rgb(102,208,110); }
H1.HeaderClassName
{
color: #66D06E;
}
.AnyTagClassName
{
color: #66D06E;
}
</style>
background-color css
<style>
a { background-color: #66D06E; }
a { background-color: rgb(102,208,110); }
div.DivClassName
{
background-color: #66D06E;
}
.BgClassName
{
background-color: #66D06E;
}
</style>
border-color css
<style>
span { border-color: #66D06E; }
span { border-color: rgb(102,208,110); }
td.TdClassName
{
border-color: #66D06E;
}
.TagClassName
{
border-color: #66D06E;
}
</style>