Shades of Apple #66BC49
Tints of Apple #66BC49
RGB
CMYK
RGB Variations
Color information
#66BC49 (or 0x66BC49) is known color: Apple. HEX triplet: 66, BC and 49. RGB value is (102,188,73). Sum of RGB (Red+Green+Blue) = 102+188+73=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC49 is #9943B6. Grayscale: #959595. Windows color (decimal): -10044343 or 4832358. OLE color: 4832358.
HSL color Cylindrical-coordinate representation of color #66BC49: hue angle of 104.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66BC49 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 73 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.26 |
| HSL | 104.87º | 0.46% | 0.51% | - |
| HSV(B) | 104.87º | 0.61% | 0.74% | - |
| XYZ | 24.67 | 39.27 | 12.58 | - |
| YUV | 149.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 73 | 0.46 | 0 | 0.61 | 0.26 | 104.87 | 0.46 | 0.51 |
| Hex | 66 | BC | 49 | 2E | 0 | 3D | 1A | 69 | 2E | 33 |
| Octal | 146 | 274 | 111 | 56 | 0 | 75 | 32 | 151 | 56 | 63 |
| Binary | 1100110 | 10111100 | 1001001 | 101110 | 0 | 111101 | 11010 | 1101001 | 101110 | 110011 |
Color Harmonies of #66BC49
Complementary color
Monochromatic Colors of #66BC49
Black with #66BC49
Text Example
Text Example
White with #66BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC49; }
p { color: rgb(102,188,73); }
H1.HeaderClassName
{
color: #66BC49;
}
.AnyTagClassName
{
color: #66BC49;
}
</style>
background-color css
<style>
a { background-color: #66BC49; }
a { background-color: rgb(102,188,73); }
div.DivClassName
{
background-color: #66BC49;
}
.BgClassName
{
background-color: #66BC49;
}
</style>
border-color css
<style>
span { border-color: #66BC49; }
span { border-color: rgb(102,188,73); }
td.TdClassName
{
border-color: #66BC49;
}
.TagClassName
{
border-color: #66BC49;
}
</style>