Shades of Apple #64D54D
Tints of Apple #64D54D
RGB
CMYK
RGB Variations
Color information
#64D54D (or 0x64D54D) is known color: Apple. HEX triplet: 64, D5 and 4D. RGB value is (100,213,77). Sum of RGB (Red+Green+Blue) = 100+213+77=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #64D54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D54D is #9B2AB2. Grayscale: #A4A4A4. Windows color (decimal): -10169011 or 5100900. OLE color: 5100900.
HSL color Cylindrical-coordinate representation of color #64D54D: hue angle of 109.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64D54D is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 77 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.16 |
| HSL | 109.85º | 0.62% | 0.57% | - |
| HSV(B) | 109.85º | 0.64% | 0.84% | - |
| XYZ | 30.39 | 50.83 | 15.23 | - |
| YUV | 163.71 | 79.06 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 77 | 0.53 | 0 | 0.64 | 0.16 | 109.85 | 0.62 | 0.57 |
| Hex | 64 | D5 | 4D | 35 | 0 | 40 | 10 | 6E | 3E | 39 |
| Octal | 144 | 325 | 115 | 65 | 0 | 100 | 20 | 156 | 76 | 71 |
| Binary | 1100100 | 11010101 | 1001101 | 110101 | 0 | 1000000 | 10000 | 1101110 | 111110 | 111001 |
Color Harmonies of #64D54D
Complementary color
Monochromatic Colors of #64D54D
Black with #64D54D
Text Example
Text Example
White with #64D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D54D; }
p { color: rgb(100,213,77); }
H1.HeaderClassName
{
color: #64D54D;
}
.AnyTagClassName
{
color: #64D54D;
}
</style>
background-color css
<style>
a { background-color: #64D54D; }
a { background-color: rgb(100,213,77); }
div.DivClassName
{
background-color: #64D54D;
}
.BgClassName
{
background-color: #64D54D;
}
</style>
border-color css
<style>
span { border-color: #64D54D; }
span { border-color: rgb(100,213,77); }
td.TdClassName
{
border-color: #64D54D;
}
.TagClassName
{
border-color: #64D54D;
}
</style>