Shades of Apple #64D157
Tints of Apple #64D157
RGB
CMYK
RGB Variations
Color information
#64D157 (or 0x64D157) is known color: Apple. HEX triplet: 64, D1 and 57. RGB value is (100,209,87). Sum of RGB (Red+Green+Blue) = 100+209+87=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #64D157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D157 is #9B2EA8. Grayscale: #A2A2A2. Windows color (decimal): -10170025 or 5755236. OLE color: 5755236.
HSL color Cylindrical-coordinate representation of color #64D157: hue angle of 113.61º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64D157 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 87 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.18 |
| HSL | 113.61º | 0.57% | 0.58% | - |
| HSV(B) | 113.61º | 0.58% | 0.82% | - |
| XYZ | 29.78 | 49 | 16.91 | - |
| YUV | 162.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 87 | 0.52 | 0 | 0.58 | 0.18 | 113.61 | 0.57 | 0.58 |
| Hex | 64 | D1 | 57 | 34 | 0 | 3A | 12 | 72 | 39 | 3A |
| Octal | 144 | 321 | 127 | 64 | 0 | 72 | 22 | 162 | 71 | 72 |
| Binary | 1100100 | 11010001 | 1010111 | 110100 | 0 | 111010 | 10010 | 1110010 | 111001 | 111010 |
Color Harmonies of #64D157
Complementary color
Monochromatic Colors of #64D157
Black with #64D157
Text Example
Text Example
White with #64D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D157; }
p { color: rgb(100,209,87); }
H1.HeaderClassName
{
color: #64D157;
}
.AnyTagClassName
{
color: #64D157;
}
</style>
background-color css
<style>
a { background-color: #64D157; }
a { background-color: rgb(100,209,87); }
div.DivClassName
{
background-color: #64D157;
}
.BgClassName
{
background-color: #64D157;
}
</style>
border-color css
<style>
span { border-color: #64D157; }
span { border-color: rgb(100,209,87); }
td.TdClassName
{
border-color: #64D157;
}
.TagClassName
{
border-color: #64D157;
}
</style>