Shades of Apple #66D84F
Tints of Apple #66D84F
RGB
CMYK
RGB Variations
Color information
#66D84F (or 0x66D84F) is known color: Apple. HEX triplet: 66, D8 and 4F. RGB value is (102,216,79). Sum of RGB (Red+Green+Blue) = 102+216+79=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #66D84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D84F is #9927B0. Grayscale: #A6A6A6. Windows color (decimal): -10037169 or 5232742. OLE color: 5232742.
HSL color Cylindrical-coordinate representation of color #66D84F: hue angle of 109.93º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66D84F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 79 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.15 |
| HSL | 109.93º | 0.64% | 0.58% | - |
| HSV(B) | 109.93º | 0.63% | 0.85% | - |
| XYZ | 31.45 | 52.5 | 15.87 | - |
| YUV | 166.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 79 | 0.53 | 0 | 0.63 | 0.15 | 109.93 | 0.64 | 0.58 |
| Hex | 66 | D8 | 4F | 35 | 0 | 3F | F | 6E | 40 | 3A |
| Octal | 146 | 330 | 117 | 65 | 0 | 77 | 17 | 156 | 100 | 72 |
| Binary | 1100110 | 11011000 | 1001111 | 110101 | 0 | 111111 | 1111 | 1101110 | 1000000 | 111010 |
Color Harmonies of #66D84F
Complementary color
Monochromatic Colors of #66D84F
Black with #66D84F
Text Example
Text Example
White with #66D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D84F; }
p { color: rgb(102,216,79); }
H1.HeaderClassName
{
color: #66D84F;
}
.AnyTagClassName
{
color: #66D84F;
}
</style>
background-color css
<style>
a { background-color: #66D84F; }
a { background-color: rgb(102,216,79); }
div.DivClassName
{
background-color: #66D84F;
}
.BgClassName
{
background-color: #66D84F;
}
</style>
border-color css
<style>
span { border-color: #66D84F; }
span { border-color: rgb(102,216,79); }
td.TdClassName
{
border-color: #66D84F;
}
.TagClassName
{
border-color: #66D84F;
}
</style>