Shades of Apple #64CA4E
Tints of Apple #64CA4E
RGB
CMYK
RGB Variations
Color information
#64CA4E (or 0x64CA4E) is known color: Apple. HEX triplet: 64, CA and 4E. RGB value is (100,202,78). Sum of RGB (Red+Green+Blue) = 100+202+78=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA4E is #9B35B1. Grayscale: #9D9D9D. Windows color (decimal): -10171826 or 5163620. OLE color: 5163620.
HSL color Cylindrical-coordinate representation of color #64CA4E: hue angle of 109.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64CA4E is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 78 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.21 |
| HSL | 109.35º | 0.54% | 0.55% | - |
| HSV(B) | 109.35º | 0.61% | 0.79% | - |
| XYZ | 27.75 | 45.5 | 14.53 | - |
| YUV | 157.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 78 | 0.50 | 0 | 0.61 | 0.21 | 109.35 | 0.54 | 0.55 |
| Hex | 64 | CA | 4E | 32 | 0 | 3D | 15 | 6D | 36 | 37 |
| Octal | 144 | 312 | 116 | 62 | 0 | 75 | 25 | 155 | 66 | 67 |
| Binary | 1100100 | 11001010 | 1001110 | 110010 | 0 | 111101 | 10101 | 1101101 | 110110 | 110111 |
Color Harmonies of #64CA4E
Complementary color
Monochromatic Colors of #64CA4E
Black with #64CA4E
Text Example
Text Example
White with #64CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA4E; }
p { color: rgb(100,202,78); }
H1.HeaderClassName
{
color: #64CA4E;
}
.AnyTagClassName
{
color: #64CA4E;
}
</style>
background-color css
<style>
a { background-color: #64CA4E; }
a { background-color: rgb(100,202,78); }
div.DivClassName
{
background-color: #64CA4E;
}
.BgClassName
{
background-color: #64CA4E;
}
</style>
border-color css
<style>
span { border-color: #64CA4E; }
span { border-color: rgb(100,202,78); }
td.TdClassName
{
border-color: #64CA4E;
}
.TagClassName
{
border-color: #64CA4E;
}
</style>