Shades of Pastel Green #66DF86
Tints of Pastel Green #66DF86
RGB
CMYK
RGB Variations
Color information
#66DF86 (or 0x66DF86) is known color: Pastel Green. HEX triplet: 66, DF and 86. RGB value is (102,223,134). Sum of RGB (Red+Green+Blue) = 102+223+134=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DF86 is #992079. Grayscale: #B0B0B0. Windows color (decimal): -10035322 or 8839014. OLE color: 8839014.
HSL color Cylindrical-coordinate representation of color #66DF86: hue angle of 135.87º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DF86 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 134 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.13 |
| HSL | 135.87º | 0.65% | 0.64% | - |
| HSV(B) | 135.87º | 0.54% | 0.87% | - |
| XYZ | 36.17 | 57.32 | 31.71 | - |
| YUV | 176.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 134 | 0.54 | 0 | 0.40 | 0.13 | 135.87 | 0.65 | 0.64 |
| Hex | 66 | DF | 86 | 36 | 0 | 28 | D | 88 | 41 | 40 |
| Octal | 146 | 337 | 206 | 66 | 0 | 50 | 15 | 210 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10000110 | 110110 | 0 | 101000 | 1101 | 10001000 | 1000001 | 1000000 |
Color Harmonies of #66DF86
Complementary color
Monochromatic Colors of #66DF86
Black with #66DF86
Text Example
Text Example
White with #66DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF86; }
p { color: rgb(102,223,134); }
H1.HeaderClassName
{
color: #66DF86;
}
.AnyTagClassName
{
color: #66DF86;
}
</style>
background-color css
<style>
a { background-color: #66DF86; }
a { background-color: rgb(102,223,134); }
div.DivClassName
{
background-color: #66DF86;
}
.BgClassName
{
background-color: #66DF86;
}
</style>
border-color css
<style>
span { border-color: #66DF86; }
span { border-color: rgb(102,223,134); }
td.TdClassName
{
border-color: #66DF86;
}
.TagClassName
{
border-color: #66DF86;
}
</style>