Shades of Apple #64E336
Tints of Apple #64E336
RGB
CMYK
RGB Variations
Color information
#64E336 (or 0x64E336) is known color: Apple. HEX triplet: 64, E3 and 36. RGB value is (100,227,54). Sum of RGB (Red+Green+Blue) = 100+227+54=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #64E336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E336 is #9B1CC9. Grayscale: #A9A9A9. Windows color (decimal): -10165450 or 3597156. OLE color: 3597156.
HSL color Cylindrical-coordinate representation of color #64E336: hue angle of 104.05º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64E336 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 54 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.11 |
| HSL | 104.05º | 0.76% | 0.55% | - |
| HSV(B) | 104.05º | 0.76% | 0.89% | - |
| XYZ | 33.39 | 57.91 | 12.91 | - |
| YUV | 169.31 | 62.92 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 54 | 0.56 | 0 | 0.76 | 0.11 | 104.05 | 0.76 | 0.55 |
| Hex | 64 | E3 | 36 | 38 | 0 | 4C | B | 68 | 4C | 37 |
| Octal | 144 | 343 | 66 | 70 | 0 | 114 | 13 | 150 | 114 | 67 |
| Binary | 1100100 | 11100011 | 110110 | 111000 | 0 | 1001100 | 1011 | 1101000 | 1001100 | 110111 |
Color Harmonies of #64E336
Complementary color
Monochromatic Colors of #64E336
Black with #64E336
Text Example
Text Example
White with #64E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E336; }
p { color: rgb(100,227,54); }
H1.HeaderClassName
{
color: #64E336;
}
.AnyTagClassName
{
color: #64E336;
}
</style>
background-color css
<style>
a { background-color: #64E336; }
a { background-color: rgb(100,227,54); }
div.DivClassName
{
background-color: #64E336;
}
.BgClassName
{
background-color: #64E336;
}
</style>
border-color css
<style>
span { border-color: #64E336; }
span { border-color: rgb(100,227,54); }
td.TdClassName
{
border-color: #64E336;
}
.TagClassName
{
border-color: #64E336;
}
</style>