Shades of Apple #66BB49
Tints of Apple #66BB49
RGB
CMYK
RGB Variations
Color information
#66BB49 (or 0x66BB49) is known color: Apple. HEX triplet: 66, BB and 49. RGB value is (102,187,73). Sum of RGB (Red+Green+Blue) = 102+187+73=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB49 is #9944B6. Grayscale: #949494. Windows color (decimal): -10044599 or 4832102. OLE color: 4832102.
HSL color Cylindrical-coordinate representation of color #66BB49: hue angle of 104.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66BB49 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 73 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.27 |
| HSL | 104.74º | 0.46% | 0.51% | - |
| HSV(B) | 104.74º | 0.61% | 0.73% | - |
| XYZ | 24.45 | 38.85 | 12.51 | - |
| YUV | 148.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 73 | 0.45 | 0 | 0.61 | 0.27 | 104.74 | 0.46 | 0.51 |
| Hex | 66 | BB | 49 | 2D | 0 | 3D | 1B | 69 | 2E | 33 |
| Octal | 146 | 273 | 111 | 55 | 0 | 75 | 33 | 151 | 56 | 63 |
| Binary | 1100110 | 10111011 | 1001001 | 101101 | 0 | 111101 | 11011 | 1101001 | 101110 | 110011 |
Color Harmonies of #66BB49
Complementary color
Monochromatic Colors of #66BB49
Black with #66BB49
Text Example
Text Example
White with #66BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB49; }
p { color: rgb(102,187,73); }
H1.HeaderClassName
{
color: #66BB49;
}
.AnyTagClassName
{
color: #66BB49;
}
</style>
background-color css
<style>
a { background-color: #66BB49; }
a { background-color: rgb(102,187,73); }
div.DivClassName
{
background-color: #66BB49;
}
.BgClassName
{
background-color: #66BB49;
}
</style>
border-color css
<style>
span { border-color: #66BB49; }
span { border-color: rgb(102,187,73); }
td.TdClassName
{
border-color: #66BB49;
}
.TagClassName
{
border-color: #66BB49;
}
</style>