Shades of Apple #66BE59
Tints of Apple #66BE59
RGB
CMYK
RGB Variations
Color information
#66BE59 (or 0x66BE59) is known color: Apple. HEX triplet: 66, BE and 59. RGB value is (102,190,89). Sum of RGB (Red+Green+Blue) = 102+190+89=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE59 is #9941A6. Grayscale: #989898. Windows color (decimal): -10043815 or 5881446. OLE color: 5881446.
HSL color Cylindrical-coordinate representation of color #66BE59: hue angle of 112.28º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BE59 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 89 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.25 |
| HSL | 112.28º | 0.44% | 0.55% | - |
| HSV(B) | 112.28º | 0.53% | 0.75% | - |
| XYZ | 25.7 | 40.37 | 15.89 | - |
| YUV | 152.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 89 | 0.46 | 0 | 0.53 | 0.25 | 112.28 | 0.44 | 0.55 |
| Hex | 66 | BE | 59 | 2E | 0 | 35 | 19 | 70 | 2C | 37 |
| Octal | 146 | 276 | 131 | 56 | 0 | 65 | 31 | 160 | 54 | 67 |
| Binary | 1100110 | 10111110 | 1011001 | 101110 | 0 | 110101 | 11001 | 1110000 | 101100 | 110111 |
Color Harmonies of #66BE59
Complementary color
Monochromatic Colors of #66BE59
Black with #66BE59
Text Example
Text Example
White with #66BE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE59; }
p { color: rgb(102,190,89); }
H1.HeaderClassName
{
color: #66BE59;
}
.AnyTagClassName
{
color: #66BE59;
}
</style>
background-color css
<style>
a { background-color: #66BE59; }
a { background-color: rgb(102,190,89); }
div.DivClassName
{
background-color: #66BE59;
}
.BgClassName
{
background-color: #66BE59;
}
</style>
border-color css
<style>
span { border-color: #66BE59; }
span { border-color: rgb(102,190,89); }
td.TdClassName
{
border-color: #66BE59;
}
.TagClassName
{
border-color: #66BE59;
}
</style>