Shades of Pastel Green #66D863
Tints of Pastel Green #66D863
RGB
CMYK
RGB Variations
Color information
#66D863 (or 0x66D863) is known color: Pastel Green. HEX triplet: 66, D8 and 63. RGB value is (102,216,99). Sum of RGB (Red+Green+Blue) = 102+216+99=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #66D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D863 is #99279C. Grayscale: #A8A8A8. Windows color (decimal): -10037149 or 6543462. OLE color: 6543462.
HSL color Cylindrical-coordinate representation of color #66D863: hue angle of 118.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D863 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 99 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.15 |
| HSL | 118.46º | 0.6% | 0.62% | - |
| HSV(B) | 118.46º | 0.54% | 0.85% | - |
| XYZ | 32.29 | 52.84 | 20.3 | - |
| YUV | 168.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 99 | 0.53 | 0 | 0.54 | 0.15 | 118.46 | 0.6 | 0.62 |
| Hex | 66 | D8 | 63 | 35 | 0 | 36 | F | 76 | 3C | 3E |
| Octal | 146 | 330 | 143 | 65 | 0 | 66 | 17 | 166 | 74 | 76 |
| Binary | 1100110 | 11011000 | 1100011 | 110101 | 0 | 110110 | 1111 | 1110110 | 111100 | 111110 |
Color Harmonies of #66D863
Complementary color
Monochromatic Colors of #66D863
Black with #66D863
Text Example
Text Example
White with #66D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D863; }
p { color: rgb(102,216,99); }
H1.HeaderClassName
{
color: #66D863;
}
.AnyTagClassName
{
color: #66D863;
}
</style>
background-color css
<style>
a { background-color: #66D863; }
a { background-color: rgb(102,216,99); }
div.DivClassName
{
background-color: #66D863;
}
.BgClassName
{
background-color: #66D863;
}
</style>
border-color css
<style>
span { border-color: #66D863; }
span { border-color: rgb(102,216,99); }
td.TdClassName
{
border-color: #66D863;
}
.TagClassName
{
border-color: #66D863;
}
</style>