Shades of Apple #64D83E
Tints of Apple #64D83E
RGB
CMYK
RGB Variations
Color information
#64D83E (or 0x64D83E) is known color: Apple. HEX triplet: 64, D8 and 3E. RGB value is (100,216,62). Sum of RGB (Red+Green+Blue) = 100+216+62=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #64D83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D83E is #9B27C1. Grayscale: #A4A4A4. Windows color (decimal): -10168258 or 4118628. OLE color: 4118628.
HSL color Cylindrical-coordinate representation of color #64D83E: hue angle of 105.19º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64D83E is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 62 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.15 |
| HSL | 105.19º | 0.66% | 0.55% | - |
| HSV(B) | 105.19º | 0.71% | 0.85% | - |
| XYZ | 30.68 | 52.17 | 13.01 | - |
| YUV | 163.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 62 | 0.54 | 0 | 0.71 | 0.15 | 105.19 | 0.66 | 0.55 |
| Hex | 64 | D8 | 3E | 36 | 0 | 47 | F | 69 | 42 | 37 |
| Octal | 144 | 330 | 76 | 66 | 0 | 107 | 17 | 151 | 102 | 67 |
| Binary | 1100100 | 11011000 | 111110 | 110110 | 0 | 1000111 | 1111 | 1101001 | 1000010 | 110111 |
Color Harmonies of #64D83E
Complementary color
Monochromatic Colors of #64D83E
Black with #64D83E
Text Example
Text Example
White with #64D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D83E; }
p { color: rgb(100,216,62); }
H1.HeaderClassName
{
color: #64D83E;
}
.AnyTagClassName
{
color: #64D83E;
}
</style>
background-color css
<style>
a { background-color: #64D83E; }
a { background-color: rgb(100,216,62); }
div.DivClassName
{
background-color: #64D83E;
}
.BgClassName
{
background-color: #64D83E;
}
</style>
border-color css
<style>
span { border-color: #64D83E; }
span { border-color: rgb(100,216,62); }
td.TdClassName
{
border-color: #64D83E;
}
.TagClassName
{
border-color: #64D83E;
}
</style>