Shades of Apple #64E63A
Tints of Apple #64E63A
RGB
CMYK
RGB Variations
Color information
#64E63A (or 0x64E63A) is known color: Apple. HEX triplet: 64, E6 and 3A. RGB value is (100,230,58). Sum of RGB (Red+Green+Blue) = 100+230+58=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 230 (90.23% from 255 or 59.28% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 230 - color contains mainly: green. Hex color #64E63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E63A is #9B19C5. Grayscale: #ACACAC. Windows color (decimal): -10164678 or 3860068. OLE color: 3860068.
HSL color Cylindrical-coordinate representation of color #64E63A: hue angle of 105.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64E63A is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 58 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.10 |
| HSL | 105.35º | 0.77% | 0.56% | - |
| HSV(B) | 105.35º | 0.75% | 0.9% | - |
| XYZ | 34.32 | 59.61 | 13.7 | - |
| YUV | 171.52 | 63.93 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 58 | 0.57 | 0 | 0.75 | 0.10 | 105.35 | 0.77 | 0.56 |
| Hex | 64 | E6 | 3A | 39 | 0 | 4B | A | 69 | 4D | 38 |
| Octal | 144 | 346 | 72 | 71 | 0 | 113 | 12 | 151 | 115 | 70 |
| Binary | 1100100 | 11100110 | 111010 | 111001 | 0 | 1001011 | 1010 | 1101001 | 1001101 | 111000 |
Color Harmonies of #64E63A
Complementary color
Monochromatic Colors of #64E63A
Black with #64E63A
Text Example
Text Example
White with #64E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E63A; }
p { color: rgb(100,230,58); }
H1.HeaderClassName
{
color: #64E63A;
}
.AnyTagClassName
{
color: #64E63A;
}
</style>
background-color css
<style>
a { background-color: #64E63A; }
a { background-color: rgb(100,230,58); }
div.DivClassName
{
background-color: #64E63A;
}
.BgClassName
{
background-color: #64E63A;
}
</style>
border-color css
<style>
span { border-color: #64E63A; }
span { border-color: rgb(100,230,58); }
td.TdClassName
{
border-color: #64E63A;
}
.TagClassName
{
border-color: #64E63A;
}
</style>