Shades of Pastel Green #66D076
Tints of Pastel Green #66D076
RGB
CMYK
RGB Variations
Color information
#66D076 (or 0x66D076) is known color: Pastel Green. HEX triplet: 66, D0 and 76. RGB value is (102,208,118). Sum of RGB (Red+Green+Blue) = 102+208+118=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #66D076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D076 is #992F89. Grayscale: #A6A6A6. Windows color (decimal): -10039178 or 7786598. OLE color: 7786598.
HSL color Cylindrical-coordinate representation of color #66D076: hue angle of 129.06º 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 #66D076 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 118 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.18 |
| HSL | 129.06º | 0.53% | 0.61% | - |
| HSV(B) | 129.06º | 0.51% | 0.82% | - |
| XYZ | 31.31 | 49.24 | 24.99 | - |
| YUV | 166.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 118 | 0.51 | 0 | 0.43 | 0.18 | 129.06 | 0.53 | 0.61 |
| Hex | 66 | D0 | 76 | 33 | 0 | 2B | 12 | 81 | 35 | 3D |
| Octal | 146 | 320 | 166 | 63 | 0 | 53 | 22 | 201 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1110110 | 110011 | 0 | 101011 | 10010 | 10000001 | 110101 | 111101 |
Color Harmonies of #66D076
Complementary color
Monochromatic Colors of #66D076
Black with #66D076
Text Example
Text Example
White with #66D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D076; }
p { color: rgb(102,208,118); }
H1.HeaderClassName
{
color: #66D076;
}
.AnyTagClassName
{
color: #66D076;
}
</style>
background-color css
<style>
a { background-color: #66D076; }
a { background-color: rgb(102,208,118); }
div.DivClassName
{
background-color: #66D076;
}
.BgClassName
{
background-color: #66D076;
}
</style>
border-color css
<style>
span { border-color: #66D076; }
span { border-color: rgb(102,208,118); }
td.TdClassName
{
border-color: #66D076;
}
.TagClassName
{
border-color: #66D076;
}
</style>