Shades of Apple #66D750
Tints of Apple #66D750
RGB
CMYK
RGB Variations
Color information
#66D750 (or 0x66D750) is known color: Apple. HEX triplet: 66, D7 and 50. RGB value is (102,215,80). Sum of RGB (Red+Green+Blue) = 102+215+80=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #66D750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D750 is #9928AF. Grayscale: #A6A6A6. Windows color (decimal): -10037424 or 5298022. OLE color: 5298022.
HSL color Cylindrical-coordinate representation of color #66D750: hue angle of 110.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66D750 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 80 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.16 |
| HSL | 110.22º | 0.63% | 0.58% | - |
| HSV(B) | 110.22º | 0.63% | 0.84% | - |
| XYZ | 31.23 | 52 | 15.98 | - |
| YUV | 165.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 80 | 0.53 | 0 | 0.63 | 0.16 | 110.22 | 0.63 | 0.58 |
| Hex | 66 | D7 | 50 | 35 | 0 | 3F | 10 | 6E | 3F | 3A |
| Octal | 146 | 327 | 120 | 65 | 0 | 77 | 20 | 156 | 77 | 72 |
| Binary | 1100110 | 11010111 | 1010000 | 110101 | 0 | 111111 | 10000 | 1101110 | 111111 | 111010 |
Color Harmonies of #66D750
Complementary color
Monochromatic Colors of #66D750
Black with #66D750
Text Example
Text Example
White with #66D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D750; }
p { color: rgb(102,215,80); }
H1.HeaderClassName
{
color: #66D750;
}
.AnyTagClassName
{
color: #66D750;
}
</style>
background-color css
<style>
a { background-color: #66D750; }
a { background-color: rgb(102,215,80); }
div.DivClassName
{
background-color: #66D750;
}
.BgClassName
{
background-color: #66D750;
}
</style>
border-color css
<style>
span { border-color: #66D750; }
span { border-color: rgb(102,215,80); }
td.TdClassName
{
border-color: #66D750;
}
.TagClassName
{
border-color: #66D750;
}
</style>