Shades of Apple #66B858
Tints of Apple #66B858
RGB
CMYK
RGB Variations
Color information
#66B858 (or 0x66B858) is known color: Apple. HEX triplet: 66, B8 and 58. RGB value is (102,184,88). Sum of RGB (Red+Green+Blue) = 102+184+88=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #66B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B858 is #9947A7. Grayscale: #949494. Windows color (decimal): -10045352 or 5814374. OLE color: 5814374.
HSL color Cylindrical-coordinate representation of color #66B858: hue angle of 111.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66B858 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 88 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.28 |
| HSL | 111.25º | 0.4% | 0.53% | - |
| HSV(B) | 111.25º | 0.52% | 0.72% | - |
| XYZ | 24.38 | 37.81 | 15.25 | - |
| YUV | 148.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 88 | 0.45 | 0 | 0.52 | 0.28 | 111.25 | 0.4 | 0.53 |
| Hex | 66 | B8 | 58 | 2D | 0 | 34 | 1C | 6F | 28 | 35 |
| Octal | 146 | 270 | 130 | 55 | 0 | 64 | 34 | 157 | 50 | 65 |
| Binary | 1100110 | 10111000 | 1011000 | 101101 | 0 | 110100 | 11100 | 1101111 | 101000 | 110101 |
Color Harmonies of #66B858
Complementary color
Monochromatic Colors of #66B858
Black with #66B858
Text Example
Text Example
White with #66B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B858; }
p { color: rgb(102,184,88); }
H1.HeaderClassName
{
color: #66B858;
}
.AnyTagClassName
{
color: #66B858;
}
</style>
background-color css
<style>
a { background-color: #66B858; }
a { background-color: rgb(102,184,88); }
div.DivClassName
{
background-color: #66B858;
}
.BgClassName
{
background-color: #66B858;
}
</style>
border-color css
<style>
span { border-color: #66B858; }
span { border-color: rgb(102,184,88); }
td.TdClassName
{
border-color: #66B858;
}
.TagClassName
{
border-color: #66B858;
}
</style>