Shades of Apple #66BB32
Tints of Apple #66BB32
RGB
CMYK
RGB Variations
Color information
#66BB32 (or 0x66BB32) is known color: Apple. HEX triplet: 66, BB and 32. RGB value is (102,187,50). Sum of RGB (Red+Green+Blue) = 102+187+50=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB32 is #9944CD. Grayscale: #929292. Windows color (decimal): -10044622 or 3324774. OLE color: 3324774.
HSL color Cylindrical-coordinate representation of color #66BB32: hue angle of 97.23º 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 #66BB32 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 50 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.27 |
| HSL | 97.23º | 0.58% | 0.46% | - |
| HSV(B) | 97.23º | 0.73% | 0.73% | - |
| XYZ | 23.83 | 38.6 | 9.21 | - |
| YUV | 145.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 50 | 0.45 | 0 | 0.73 | 0.27 | 97.23 | 0.58 | 0.46 |
| Hex | 66 | BB | 32 | 2D | 0 | 49 | 1B | 61 | 3A | 2E |
| Octal | 146 | 273 | 62 | 55 | 0 | 111 | 33 | 141 | 72 | 56 |
| Binary | 1100110 | 10111011 | 110010 | 101101 | 0 | 1001001 | 11011 | 1100001 | 111010 | 101110 |
Color Harmonies of #66BB32
Complementary color
Monochromatic Colors of #66BB32
Black with #66BB32
Text Example
Text Example
White with #66BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB32; }
p { color: rgb(102,187,50); }
H1.HeaderClassName
{
color: #66BB32;
}
.AnyTagClassName
{
color: #66BB32;
}
</style>
background-color css
<style>
a { background-color: #66BB32; }
a { background-color: rgb(102,187,50); }
div.DivClassName
{
background-color: #66BB32;
}
.BgClassName
{
background-color: #66BB32;
}
</style>
border-color css
<style>
span { border-color: #66BB32; }
span { border-color: rgb(102,187,50); }
td.TdClassName
{
border-color: #66BB32;
}
.TagClassName
{
border-color: #66BB32;
}
</style>