Shades of Apple #66D751
Tints of Apple #66D751
RGB
CMYK
RGB Variations
Color information
#66D751 (or 0x66D751) is known color: Apple. HEX triplet: 66, D7 and 51. RGB value is (102,215,81). Sum of RGB (Red+Green+Blue) = 102+215+81=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #66D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D751 is #9928AE. Grayscale: #A6A6A6. Windows color (decimal): -10037423 or 5363558. OLE color: 5363558.
HSL color Cylindrical-coordinate representation of color #66D751: hue angle of 110.6º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D751 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 81 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.16 |
| HSL | 110.6º | 0.63% | 0.58% | - |
| HSV(B) | 110.6º | 0.62% | 0.84% | - |
| XYZ | 31.27 | 52.02 | 16.18 | - |
| YUV | 165.94 | 80.06 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 81 | 0.53 | 0 | 0.62 | 0.16 | 110.6 | 0.63 | 0.58 |
| Hex | 66 | D7 | 51 | 35 | 0 | 3E | 10 | 6F | 3F | 3A |
| Octal | 146 | 327 | 121 | 65 | 0 | 76 | 20 | 157 | 77 | 72 |
| Binary | 1100110 | 11010111 | 1010001 | 110101 | 0 | 111110 | 10000 | 1101111 | 111111 | 111010 |
Color Harmonies of #66D751
Complementary color
Monochromatic Colors of #66D751
Black with #66D751
Text Example
Text Example
White with #66D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D751; }
p { color: rgb(102,215,81); }
H1.HeaderClassName
{
color: #66D751;
}
.AnyTagClassName
{
color: #66D751;
}
</style>
background-color css
<style>
a { background-color: #66D751; }
a { background-color: rgb(102,215,81); }
div.DivClassName
{
background-color: #66D751;
}
.BgClassName
{
background-color: #66D751;
}
</style>
border-color css
<style>
span { border-color: #66D751; }
span { border-color: rgb(102,215,81); }
td.TdClassName
{
border-color: #66D751;
}
.TagClassName
{
border-color: #66D751;
}
</style>