Shades of Pastel Green #66D86B
Tints of Pastel Green #66D86B
RGB
CMYK
RGB Variations
Color information
#66D86B (or 0x66D86B) is known color: Pastel Green. HEX triplet: 66, D8 and 6B. RGB value is (102,216,107). Sum of RGB (Red+Green+Blue) = 102+216+107=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #66D86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D86B is #992794. Grayscale: #A9A9A9. Windows color (decimal): -10037141 or 7067750. OLE color: 7067750.
HSL color Cylindrical-coordinate representation of color #66D86B: hue angle of 122.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D86B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 107 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.15 |
| HSL | 122.63º | 0.59% | 0.62% | - |
| HSV(B) | 122.63º | 0.53% | 0.85% | - |
| XYZ | 32.69 | 53 | 22.42 | - |
| YUV | 169.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 107 | 0.53 | 0 | 0.50 | 0.15 | 122.63 | 0.59 | 0.62 |
| Hex | 66 | D8 | 6B | 35 | 0 | 32 | F | 7B | 3B | 3E |
| Octal | 146 | 330 | 153 | 65 | 0 | 62 | 17 | 173 | 73 | 76 |
| Binary | 1100110 | 11011000 | 1101011 | 110101 | 0 | 110010 | 1111 | 1111011 | 111011 | 111110 |
Color Harmonies of #66D86B
Complementary color
Monochromatic Colors of #66D86B
Black with #66D86B
Text Example
Text Example
White with #66D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D86B; }
p { color: rgb(102,216,107); }
H1.HeaderClassName
{
color: #66D86B;
}
.AnyTagClassName
{
color: #66D86B;
}
</style>
background-color css
<style>
a { background-color: #66D86B; }
a { background-color: rgb(102,216,107); }
div.DivClassName
{
background-color: #66D86B;
}
.BgClassName
{
background-color: #66D86B;
}
</style>
border-color css
<style>
span { border-color: #66D86B; }
span { border-color: rgb(102,216,107); }
td.TdClassName
{
border-color: #66D86B;
}
.TagClassName
{
border-color: #66D86B;
}
</style>