Shades of Apple #64E439
Tints of Apple #64E439
RGB
CMYK
RGB Variations
Color information
#64E439 (or 0x64E439) is known color: Apple. HEX triplet: 64, E4 and 39. RGB value is (100,228,57). Sum of RGB (Red+Green+Blue) = 100+228+57=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #64E439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E439 is #9B1BC6. Grayscale: #AAAAAA. Windows color (decimal): -10165191 or 3794020. OLE color: 3794020.
HSL color Cylindrical-coordinate representation of color #64E439: hue angle of 104.91º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64E439 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 57 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.11 |
| HSL | 104.91º | 0.76% | 0.56% | - |
| HSV(B) | 104.91º | 0.75% | 0.89% | - |
| XYZ | 33.74 | 58.49 | 13.38 | - |
| YUV | 170.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 57 | 0.56 | 0 | 0.75 | 0.11 | 104.91 | 0.76 | 0.56 |
| Hex | 64 | E4 | 39 | 38 | 0 | 4B | B | 69 | 4C | 38 |
| Octal | 144 | 344 | 71 | 70 | 0 | 113 | 13 | 151 | 114 | 70 |
| Binary | 1100100 | 11100100 | 111001 | 111000 | 0 | 1001011 | 1011 | 1101001 | 1001100 | 111000 |
Color Harmonies of #64E439
Complementary color
Monochromatic Colors of #64E439
Black with #64E439
Text Example
Text Example
White with #64E439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E439; }
p { color: rgb(100,228,57); }
H1.HeaderClassName
{
color: #64E439;
}
.AnyTagClassName
{
color: #64E439;
}
</style>
background-color css
<style>
a { background-color: #64E439; }
a { background-color: rgb(100,228,57); }
div.DivClassName
{
background-color: #64E439;
}
.BgClassName
{
background-color: #64E439;
}
</style>
border-color css
<style>
span { border-color: #64E439; }
span { border-color: rgb(100,228,57); }
td.TdClassName
{
border-color: #64E439;
}
.TagClassName
{
border-color: #64E439;
}
</style>