Shades of Apple #66AB58
Tints of Apple #66AB58
RGB
CMYK
RGB Variations
Color information
#66AB58 (or 0x66AB58) is known color: Apple. HEX triplet: 66, AB and 58. RGB value is (102,171,88). Sum of RGB (Red+Green+Blue) = 102+171+88=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB58 is #9954A7. Grayscale: #8D8D8D. Windows color (decimal): -10048680 or 5811046. OLE color: 5811046.
HSL color Cylindrical-coordinate representation of color #66AB58: hue angle of 109.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66AB58 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 88 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.33 |
| HSL | 109.88º | 0.33% | 0.51% | - |
| HSV(B) | 109.88º | 0.49% | 0.67% | - |
| XYZ | 21.8 | 32.66 | 14.39 | - |
| YUV | 140.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 88 | 0.40 | 0 | 0.49 | 0.33 | 109.88 | 0.33 | 0.51 |
| Hex | 66 | AB | 58 | 28 | 0 | 31 | 21 | 6E | 21 | 33 |
| Octal | 146 | 253 | 130 | 50 | 0 | 61 | 41 | 156 | 41 | 63 |
| Binary | 1100110 | 10101011 | 1011000 | 101000 | 0 | 110001 | 100001 | 1101110 | 100001 | 110011 |
Color Harmonies of #66AB58
Complementary color
Monochromatic Colors of #66AB58
Black with #66AB58
Text Example
Text Example
White with #66AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB58; }
p { color: rgb(102,171,88); }
H1.HeaderClassName
{
color: #66AB58;
}
.AnyTagClassName
{
color: #66AB58;
}
</style>
background-color css
<style>
a { background-color: #66AB58; }
a { background-color: rgb(102,171,88); }
div.DivClassName
{
background-color: #66AB58;
}
.BgClassName
{
background-color: #66AB58;
}
</style>
border-color css
<style>
span { border-color: #66AB58; }
span { border-color: rgb(102,171,88); }
td.TdClassName
{
border-color: #66AB58;
}
.TagClassName
{
border-color: #66AB58;
}
</style>