Shades of Apple #64B858
Tints of Apple #64B858
RGB
CMYK
RGB Variations
Color information
#64B858 (or 0x64B858) is known color: Apple. HEX triplet: 64, B8 and 58. RGB value is (100,184,88). Sum of RGB (Red+Green+Blue) = 100+184+88=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #64B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B858 is #9B47A7. Grayscale: #949494. Windows color (decimal): -10176424 or 5814372. OLE color: 5814372.
HSL color Cylindrical-coordinate representation of color #64B858: hue angle of 112.5º 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 #64B858 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 88 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.28 |
| HSL | 112.5º | 0.4% | 0.53% | - |
| HSV(B) | 112.5º | 0.52% | 0.72% | - |
| XYZ | 24.16 | 37.69 | 15.24 | - |
| YUV | 147.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 88 | 0.46 | 0 | 0.52 | 0.28 | 112.5 | 0.4 | 0.53 |
| Hex | 64 | B8 | 58 | 2E | 0 | 34 | 1C | 70 | 28 | 35 |
| Octal | 144 | 270 | 130 | 56 | 0 | 64 | 34 | 160 | 50 | 65 |
| Binary | 1100100 | 10111000 | 1011000 | 101110 | 0 | 110100 | 11100 | 1110000 | 101000 | 110101 |
Color Harmonies of #64B858
Complementary color
Monochromatic Colors of #64B858
Black with #64B858
Text Example
Text Example
White with #64B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B858; }
p { color: rgb(100,184,88); }
H1.HeaderClassName
{
color: #64B858;
}
.AnyTagClassName
{
color: #64B858;
}
</style>
background-color css
<style>
a { background-color: #64B858; }
a { background-color: rgb(100,184,88); }
div.DivClassName
{
background-color: #64B858;
}
.BgClassName
{
background-color: #64B858;
}
</style>
border-color css
<style>
span { border-color: #64B858; }
span { border-color: rgb(100,184,88); }
td.TdClassName
{
border-color: #64B858;
}
.TagClassName
{
border-color: #64B858;
}
</style>