Shades of Apple #64D54E
Tints of Apple #64D54E
RGB
CMYK
RGB Variations
Color information
#64D54E (or 0x64D54E) is known color: Apple. HEX triplet: 64, D5 and 4E. RGB value is (100,213,78). Sum of RGB (Red+Green+Blue) = 100+213+78=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #64D54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D54E is #9B2AB1. Grayscale: #A4A4A4. Windows color (decimal): -10169010 or 5166436. OLE color: 5166436.
HSL color Cylindrical-coordinate representation of color #64D54E: hue angle of 110.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64D54E is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 78 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.16 |
| HSL | 110.22º | 0.62% | 0.57% | - |
| HSV(B) | 110.22º | 0.63% | 0.84% | - |
| XYZ | 30.42 | 50.85 | 15.42 | - |
| YUV | 163.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 78 | 0.53 | 0 | 0.63 | 0.16 | 110.22 | 0.62 | 0.57 |
| Hex | 64 | D5 | 4E | 35 | 0 | 3F | 10 | 6E | 3E | 39 |
| Octal | 144 | 325 | 116 | 65 | 0 | 77 | 20 | 156 | 76 | 71 |
| Binary | 1100100 | 11010101 | 1001110 | 110101 | 0 | 111111 | 10000 | 1101110 | 111110 | 111001 |
Color Harmonies of #64D54E
Complementary color
Monochromatic Colors of #64D54E
Black with #64D54E
Text Example
Text Example
White with #64D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D54E; }
p { color: rgb(100,213,78); }
H1.HeaderClassName
{
color: #64D54E;
}
.AnyTagClassName
{
color: #64D54E;
}
</style>
background-color css
<style>
a { background-color: #64D54E; }
a { background-color: rgb(100,213,78); }
div.DivClassName
{
background-color: #64D54E;
}
.BgClassName
{
background-color: #64D54E;
}
</style>
border-color css
<style>
span { border-color: #64D54E; }
span { border-color: rgb(100,213,78); }
td.TdClassName
{
border-color: #64D54E;
}
.TagClassName
{
border-color: #64D54E;
}
</style>