Shades of Apple #66BA32
Tints of Apple #66BA32
RGB
CMYK
RGB Variations
Color information
#66BA32 (or 0x66BA32) is known color: Apple. HEX triplet: 66, BA and 32. RGB value is (102,186,50). Sum of RGB (Red+Green+Blue) = 102+186+50=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA32 is #9945CD. Grayscale: #919191. Windows color (decimal): -10044878 or 3324518. OLE color: 3324518.
HSL color Cylindrical-coordinate representation of color #66BA32: hue angle of 97.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66BA32 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 50 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.27 |
| HSL | 97.06º | 0.58% | 0.46% | - |
| HSV(B) | 97.06º | 0.73% | 0.73% | - |
| XYZ | 23.61 | 38.17 | 9.14 | - |
| YUV | 145.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 50 | 0.45 | 0 | 0.73 | 0.27 | 97.06 | 0.58 | 0.46 |
| Hex | 66 | BA | 32 | 2D | 0 | 49 | 1B | 61 | 3A | 2E |
| Octal | 146 | 272 | 62 | 55 | 0 | 111 | 33 | 141 | 72 | 56 |
| Binary | 1100110 | 10111010 | 110010 | 101101 | 0 | 1001001 | 11011 | 1100001 | 111010 | 101110 |
Color Harmonies of #66BA32
Complementary color
Monochromatic Colors of #66BA32
Black with #66BA32
Text Example
Text Example
White with #66BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA32; }
p { color: rgb(102,186,50); }
H1.HeaderClassName
{
color: #66BA32;
}
.AnyTagClassName
{
color: #66BA32;
}
</style>
background-color css
<style>
a { background-color: #66BA32; }
a { background-color: rgb(102,186,50); }
div.DivClassName
{
background-color: #66BA32;
}
.BgClassName
{
background-color: #66BA32;
}
</style>
border-color css
<style>
span { border-color: #66BA32; }
span { border-color: rgb(102,186,50); }
td.TdClassName
{
border-color: #66BA32;
}
.TagClassName
{
border-color: #66BA32;
}
</style>