Shades of Apple #66BA59
Tints of Apple #66BA59
RGB
CMYK
RGB Variations
Color information
#66BA59 (or 0x66BA59) is known color: Apple. HEX triplet: 66, BA and 59. RGB value is (102,186,89). Sum of RGB (Red+Green+Blue) = 102+186+89=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA59 is #9945A6. Grayscale: #969696. Windows color (decimal): -10044839 or 5880422. OLE color: 5880422.
HSL color Cylindrical-coordinate representation of color #66BA59: hue angle of 111.96º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BA59 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 89 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.27 |
| HSL | 111.96º | 0.41% | 0.54% | - |
| HSV(B) | 111.96º | 0.52% | 0.73% | - |
| XYZ | 24.84 | 38.66 | 15.6 | - |
| YUV | 149.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 89 | 0.45 | 0 | 0.52 | 0.27 | 111.96 | 0.41 | 0.54 |
| Hex | 66 | BA | 59 | 2D | 0 | 34 | 1B | 70 | 29 | 36 |
| Octal | 146 | 272 | 131 | 55 | 0 | 64 | 33 | 160 | 51 | 66 |
| Binary | 1100110 | 10111010 | 1011001 | 101101 | 0 | 110100 | 11011 | 1110000 | 101001 | 110110 |
Color Harmonies of #66BA59
Complementary color
Monochromatic Colors of #66BA59
Black with #66BA59
Text Example
Text Example
White with #66BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA59; }
p { color: rgb(102,186,89); }
H1.HeaderClassName
{
color: #66BA59;
}
.AnyTagClassName
{
color: #66BA59;
}
</style>
background-color css
<style>
a { background-color: #66BA59; }
a { background-color: rgb(102,186,89); }
div.DivClassName
{
background-color: #66BA59;
}
.BgClassName
{
background-color: #66BA59;
}
</style>
border-color css
<style>
span { border-color: #66BA59; }
span { border-color: rgb(102,186,89); }
td.TdClassName
{
border-color: #66BA59;
}
.TagClassName
{
border-color: #66BA59;
}
</style>