Shades of Pastel Green #66D85F
Tints of Pastel Green #66D85F
RGB
CMYK
RGB Variations
Color information
#66D85F (or 0x66D85F) is known color: Pastel Green. HEX triplet: 66, D8 and 5F. RGB value is (102,216,95). Sum of RGB (Red+Green+Blue) = 102+216+95=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #66D85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D85F is #9927A0. Grayscale: #A8A8A8. Windows color (decimal): -10037153 or 6281318. OLE color: 6281318.
HSL color Cylindrical-coordinate representation of color #66D85F: hue angle of 116.53º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D85F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 95 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.15 |
| HSL | 116.53º | 0.61% | 0.61% | - |
| HSV(B) | 116.53º | 0.56% | 0.85% | - |
| XYZ | 32.1 | 52.76 | 19.32 | - |
| YUV | 168.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 95 | 0.53 | 0 | 0.56 | 0.15 | 116.53 | 0.61 | 0.61 |
| Hex | 66 | D8 | 5F | 35 | 0 | 38 | F | 75 | 3D | 3D |
| Octal | 146 | 330 | 137 | 65 | 0 | 70 | 17 | 165 | 75 | 75 |
| Binary | 1100110 | 11011000 | 1011111 | 110101 | 0 | 111000 | 1111 | 1110101 | 111101 | 111101 |
Color Harmonies of #66D85F
Complementary color
Monochromatic Colors of #66D85F
Black with #66D85F
Text Example
Text Example
White with #66D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D85F; }
p { color: rgb(102,216,95); }
H1.HeaderClassName
{
color: #66D85F;
}
.AnyTagClassName
{
color: #66D85F;
}
</style>
background-color css
<style>
a { background-color: #66D85F; }
a { background-color: rgb(102,216,95); }
div.DivClassName
{
background-color: #66D85F;
}
.BgClassName
{
background-color: #66D85F;
}
</style>
border-color css
<style>
span { border-color: #66D85F; }
span { border-color: rgb(102,216,95); }
td.TdClassName
{
border-color: #66D85F;
}
.TagClassName
{
border-color: #66D85F;
}
</style>