Shades of Pastel Green #66D079
Tints of Pastel Green #66D079
RGB
CMYK
RGB Variations
Color information
#66D079 (or 0x66D079) is known color: Pastel Green. HEX triplet: 66, D0 and 79. RGB value is (102,208,121). Sum of RGB (Red+Green+Blue) = 102+208+121=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #66D079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D079 is #992F86. Grayscale: #A6A6A6. Windows color (decimal): -10039175 or 7983206. OLE color: 7983206.
HSL color Cylindrical-coordinate representation of color #66D079: hue angle of 130.75º 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 #66D079 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 121 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.18 |
| HSL | 130.75º | 0.53% | 0.61% | - |
| HSV(B) | 130.75º | 0.51% | 0.82% | - |
| XYZ | 31.49 | 49.32 | 25.95 | - |
| YUV | 166.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 121 | 0.51 | 0 | 0.42 | 0.18 | 130.75 | 0.53 | 0.61 |
| Hex | 66 | D0 | 79 | 33 | 0 | 2A | 12 | 83 | 35 | 3D |
| Octal | 146 | 320 | 171 | 63 | 0 | 52 | 22 | 203 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1111001 | 110011 | 0 | 101010 | 10010 | 10000011 | 110101 | 111101 |
Color Harmonies of #66D079
Complementary color
Monochromatic Colors of #66D079
Black with #66D079
Text Example
Text Example
White with #66D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D079; }
p { color: rgb(102,208,121); }
H1.HeaderClassName
{
color: #66D079;
}
.AnyTagClassName
{
color: #66D079;
}
</style>
background-color css
<style>
a { background-color: #66D079; }
a { background-color: rgb(102,208,121); }
div.DivClassName
{
background-color: #66D079;
}
.BgClassName
{
background-color: #66D079;
}
</style>
border-color css
<style>
span { border-color: #66D079; }
span { border-color: rgb(102,208,121); }
td.TdClassName
{
border-color: #66D079;
}
.TagClassName
{
border-color: #66D079;
}
</style>