Shades of Apple #64D54C
Tints of Apple #64D54C
RGB
CMYK
RGB Variations
Color information
#64D54C (or 0x64D54C) is known color: Apple. HEX triplet: 64, D5 and 4C. RGB value is (100,213,76). Sum of RGB (Red+Green+Blue) = 100+213+76=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #64D54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D54C is #9B2AB3. Grayscale: #A4A4A4. Windows color (decimal): -10169012 or 5035364. OLE color: 5035364.
HSL color Cylindrical-coordinate representation of color #64D54C: hue angle of 109.49º 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 #64D54C is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 76 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.16 |
| HSL | 109.49º | 0.62% | 0.57% | - |
| HSV(B) | 109.49º | 0.64% | 0.84% | - |
| XYZ | 30.35 | 50.82 | 15.05 | - |
| YUV | 163.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 76 | 0.53 | 0 | 0.64 | 0.16 | 109.49 | 0.62 | 0.57 |
| Hex | 64 | D5 | 4C | 35 | 0 | 40 | 10 | 6D | 3E | 39 |
| Octal | 144 | 325 | 114 | 65 | 0 | 100 | 20 | 155 | 76 | 71 |
| Binary | 1100100 | 11010101 | 1001100 | 110101 | 0 | 1000000 | 10000 | 1101101 | 111110 | 111001 |
Color Harmonies of #64D54C
Complementary color
Monochromatic Colors of #64D54C
Black with #64D54C
Text Example
Text Example
White with #64D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D54C; }
p { color: rgb(100,213,76); }
H1.HeaderClassName
{
color: #64D54C;
}
.AnyTagClassName
{
color: #64D54C;
}
</style>
background-color css
<style>
a { background-color: #64D54C; }
a { background-color: rgb(100,213,76); }
div.DivClassName
{
background-color: #64D54C;
}
.BgClassName
{
background-color: #64D54C;
}
</style>
border-color css
<style>
span { border-color: #64D54C; }
span { border-color: rgb(100,213,76); }
td.TdClassName
{
border-color: #64D54C;
}
.TagClassName
{
border-color: #64D54C;
}
</style>