Shades of Apple #66B458
Tints of Apple #66B458
RGB
CMYK
RGB Variations
Color information
#66B458 (or 0x66B458) is known color: Apple. HEX triplet: 66, B4 and 58. RGB value is (102,180,88). Sum of RGB (Red+Green+Blue) = 102+180+88=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #66B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B458 is #994BA7. Grayscale: #929292. Windows color (decimal): -10046376 or 5813350. OLE color: 5813350.
HSL color Cylindrical-coordinate representation of color #66B458: hue angle of 110.87º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66B458 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 88 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.29 |
| HSL | 110.87º | 0.38% | 0.53% | - |
| HSV(B) | 110.87º | 0.51% | 0.71% | - |
| XYZ | 23.56 | 36.17 | 14.97 | - |
| YUV | 146.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 88 | 0.43 | 0 | 0.51 | 0.29 | 110.87 | 0.38 | 0.53 |
| Hex | 66 | B4 | 58 | 2B | 0 | 33 | 1D | 6F | 26 | 35 |
| Octal | 146 | 264 | 130 | 53 | 0 | 63 | 35 | 157 | 46 | 65 |
| Binary | 1100110 | 10110100 | 1011000 | 101011 | 0 | 110011 | 11101 | 1101111 | 100110 | 110101 |
Color Harmonies of #66B458
Complementary color
Monochromatic Colors of #66B458
Black with #66B458
Text Example
Text Example
White with #66B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B458; }
p { color: rgb(102,180,88); }
H1.HeaderClassName
{
color: #66B458;
}
.AnyTagClassName
{
color: #66B458;
}
</style>
background-color css
<style>
a { background-color: #66B458; }
a { background-color: rgb(102,180,88); }
div.DivClassName
{
background-color: #66B458;
}
.BgClassName
{
background-color: #66B458;
}
</style>
border-color css
<style>
span { border-color: #66B458; }
span { border-color: rgb(102,180,88); }
td.TdClassName
{
border-color: #66B458;
}
.TagClassName
{
border-color: #66B458;
}
</style>