Shades of Apple #64C14E
Tints of Apple #64C14E
RGB
CMYK
RGB Variations
Color information
#64C14E (or 0x64C14E) is known color: Apple. HEX triplet: 64, C1 and 4E. RGB value is (100,193,78). Sum of RGB (Red+Green+Blue) = 100+193+78=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #64C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C14E is #9B3EB1. Grayscale: #989898. Windows color (decimal): -10174130 or 5161316. OLE color: 5161316.
HSL color Cylindrical-coordinate representation of color #64C14E: hue angle of 108.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C14E is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 78 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.24 |
| HSL | 108.52º | 0.48% | 0.53% | - |
| HSV(B) | 108.52º | 0.6% | 0.76% | - |
| XYZ | 25.7 | 41.4 | 13.84 | - |
| YUV | 152.08 | 86.19 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 78 | 0.48 | 0 | 0.60 | 0.24 | 108.52 | 0.48 | 0.53 |
| Hex | 64 | C1 | 4E | 30 | 0 | 3C | 18 | 6D | 30 | 35 |
| Octal | 144 | 301 | 116 | 60 | 0 | 74 | 30 | 155 | 60 | 65 |
| Binary | 1100100 | 11000001 | 1001110 | 110000 | 0 | 111100 | 11000 | 1101101 | 110000 | 110101 |
Color Harmonies of #64C14E
Complementary color
Monochromatic Colors of #64C14E
Black with #64C14E
Text Example
Text Example
White with #64C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C14E; }
p { color: rgb(100,193,78); }
H1.HeaderClassName
{
color: #64C14E;
}
.AnyTagClassName
{
color: #64C14E;
}
</style>
background-color css
<style>
a { background-color: #64C14E; }
a { background-color: rgb(100,193,78); }
div.DivClassName
{
background-color: #64C14E;
}
.BgClassName
{
background-color: #64C14E;
}
</style>
border-color css
<style>
span { border-color: #64C14E; }
span { border-color: rgb(100,193,78); }
td.TdClassName
{
border-color: #64C14E;
}
.TagClassName
{
border-color: #64C14E;
}
</style>