Shades of Apple #66BA51
Tints of Apple #66BA51
RGB
CMYK
RGB Variations
Color information
#66BA51 (or 0x66BA51) is known color: Apple. HEX triplet: 66, BA and 51. RGB value is (102,186,81). Sum of RGB (Red+Green+Blue) = 102+186+81=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA51 is #9945AE. Grayscale: #959595. Windows color (decimal): -10044847 or 5356134. OLE color: 5356134.
HSL color Cylindrical-coordinate representation of color #66BA51: hue angle of 108º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BA51 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 81 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.27 |
| HSL | 108º | 0.43% | 0.52% | - |
| HSV(B) | 108º | 0.56% | 0.73% | - |
| XYZ | 24.52 | 38.54 | 13.93 | - |
| YUV | 148.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 81 | 0.45 | 0 | 0.56 | 0.27 | 108 | 0.43 | 0.52 |
| Hex | 66 | BA | 51 | 2D | 0 | 38 | 1B | 6C | 2B | 34 |
| Octal | 146 | 272 | 121 | 55 | 0 | 70 | 33 | 154 | 53 | 64 |
| Binary | 1100110 | 10111010 | 1010001 | 101101 | 0 | 111000 | 11011 | 1101100 | 101011 | 110100 |
Color Harmonies of #66BA51
Complementary color
Monochromatic Colors of #66BA51
Black with #66BA51
Text Example
Text Example
White with #66BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA51; }
p { color: rgb(102,186,81); }
H1.HeaderClassName
{
color: #66BA51;
}
.AnyTagClassName
{
color: #66BA51;
}
</style>
background-color css
<style>
a { background-color: #66BA51; }
a { background-color: rgb(102,186,81); }
div.DivClassName
{
background-color: #66BA51;
}
.BgClassName
{
background-color: #66BA51;
}
</style>
border-color css
<style>
span { border-color: #66BA51; }
span { border-color: rgb(102,186,81); }
td.TdClassName
{
border-color: #66BA51;
}
.TagClassName
{
border-color: #66BA51;
}
</style>