Shades of Pastel Green #66DF82
Tints of Pastel Green #66DF82
RGB
CMYK
RGB Variations
Color information
#66DF82 (or 0x66DF82) is known color: Pastel Green. HEX triplet: 66, DF and 82. RGB value is (102,223,130). Sum of RGB (Red+Green+Blue) = 102+223+130=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DF82 is #99207D. Grayscale: #B0B0B0. Windows color (decimal): -10035326 or 8576870. OLE color: 8576870.
HSL color Cylindrical-coordinate representation of color #66DF82: hue angle of 133.88º 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 #66DF82 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 130 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.13 |
| HSL | 133.88º | 0.65% | 0.64% | - |
| HSV(B) | 133.88º | 0.54% | 0.87% | - |
| XYZ | 35.9 | 57.21 | 30.27 | - |
| YUV | 176.22 | 101.91 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 130 | 0.54 | 0 | 0.42 | 0.13 | 133.88 | 0.65 | 0.64 |
| Hex | 66 | DF | 82 | 36 | 0 | 2A | D | 86 | 41 | 40 |
| Octal | 146 | 337 | 202 | 66 | 0 | 52 | 15 | 206 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10000010 | 110110 | 0 | 101010 | 1101 | 10000110 | 1000001 | 1000000 |
Color Harmonies of #66DF82
Complementary color
Monochromatic Colors of #66DF82
Black with #66DF82
Text Example
Text Example
White with #66DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF82; }
p { color: rgb(102,223,130); }
H1.HeaderClassName
{
color: #66DF82;
}
.AnyTagClassName
{
color: #66DF82;
}
</style>
background-color css
<style>
a { background-color: #66DF82; }
a { background-color: rgb(102,223,130); }
div.DivClassName
{
background-color: #66DF82;
}
.BgClassName
{
background-color: #66DF82;
}
</style>
border-color css
<style>
span { border-color: #66DF82; }
span { border-color: rgb(102,223,130); }
td.TdClassName
{
border-color: #66DF82;
}
.TagClassName
{
border-color: #66DF82;
}
</style>