Shades of Pastel Green #66DF81
Tints of Pastel Green #66DF81
RGB
CMYK
RGB Variations
Color information
#66DF81 (or 0x66DF81) is known color: Pastel Green. HEX triplet: 66, DF and 81. RGB value is (102,223,129). Sum of RGB (Red+Green+Blue) = 102+223+129=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DF81 is #99207E. Grayscale: #B0B0B0. Windows color (decimal): -10035327 or 8511334. OLE color: 8511334.
HSL color Cylindrical-coordinate representation of color #66DF81: hue angle of 133.39º 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 #66DF81 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 129 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.13 |
| HSL | 133.39º | 0.65% | 0.64% | - |
| HSV(B) | 133.39º | 0.54% | 0.87% | - |
| XYZ | 35.83 | 57.19 | 29.92 | - |
| YUV | 176.11 | 101.41 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 129 | 0.54 | 0 | 0.42 | 0.13 | 133.39 | 0.65 | 0.64 |
| Hex | 66 | DF | 81 | 36 | 0 | 2A | D | 85 | 41 | 40 |
| Octal | 146 | 337 | 201 | 66 | 0 | 52 | 15 | 205 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10000001 | 110110 | 0 | 101010 | 1101 | 10000101 | 1000001 | 1000000 |
Color Harmonies of #66DF81
Complementary color
Monochromatic Colors of #66DF81
Black with #66DF81
Text Example
Text Example
White with #66DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF81; }
p { color: rgb(102,223,129); }
H1.HeaderClassName
{
color: #66DF81;
}
.AnyTagClassName
{
color: #66DF81;
}
</style>
background-color css
<style>
a { background-color: #66DF81; }
a { background-color: rgb(102,223,129); }
div.DivClassName
{
background-color: #66DF81;
}
.BgClassName
{
background-color: #66DF81;
}
</style>
border-color css
<style>
span { border-color: #66DF81; }
span { border-color: rgb(102,223,129); }
td.TdClassName
{
border-color: #66DF81;
}
.TagClassName
{
border-color: #66DF81;
}
</style>