Shades of Apple #64E334
Tints of Apple #64E334
RGB
CMYK
RGB Variations
Color information
#64E334 (or 0x64E334) is known color: Apple. HEX triplet: 64, E3 and 34. RGB value is (100,227,52). Sum of RGB (Red+Green+Blue) = 100+227+52=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #64E334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E334 is #9B1CCB. Grayscale: #A9A9A9. Windows color (decimal): -10165452 or 3466084. OLE color: 3466084.
HSL color Cylindrical-coordinate representation of color #64E334: hue angle of 103.54º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64E334 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 52 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.11 |
| HSL | 103.54º | 0.76% | 0.55% | - |
| HSV(B) | 103.54º | 0.77% | 0.89% | - |
| XYZ | 33.34 | 57.9 | 12.67 | - |
| YUV | 169.08 | 61.92 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 52 | 0.56 | 0 | 0.77 | 0.11 | 103.54 | 0.76 | 0.55 |
| Hex | 64 | E3 | 34 | 38 | 0 | 4D | B | 68 | 4C | 37 |
| Octal | 144 | 343 | 64 | 70 | 0 | 115 | 13 | 150 | 114 | 67 |
| Binary | 1100100 | 11100011 | 110100 | 111000 | 0 | 1001101 | 1011 | 1101000 | 1001100 | 110111 |
Color Harmonies of #64E334
Complementary color
Monochromatic Colors of #64E334
Black with #64E334
Text Example
Text Example
White with #64E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E334; }
p { color: rgb(100,227,52); }
H1.HeaderClassName
{
color: #64E334;
}
.AnyTagClassName
{
color: #64E334;
}
</style>
background-color css
<style>
a { background-color: #64E334; }
a { background-color: rgb(100,227,52); }
div.DivClassName
{
background-color: #64E334;
}
.BgClassName
{
background-color: #64E334;
}
</style>
border-color css
<style>
span { border-color: #64E334; }
span { border-color: rgb(100,227,52); }
td.TdClassName
{
border-color: #64E334;
}
.TagClassName
{
border-color: #64E334;
}
</style>