Shades of Apple #64E43D
Tints of Apple #64E43D
RGB
CMYK
RGB Variations
Color information
#64E43D (or 0x64E43D) is known color: Apple. HEX triplet: 64, E4 and 3D. RGB value is (100,228,61). Sum of RGB (Red+Green+Blue) = 100+228+61=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 228 (89.45% from 255 or 58.61% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 228 - color contains mainly: green. Hex color #64E43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E43D is #9B1BC2. Grayscale: #ABABAB. Windows color (decimal): -10165187 or 4056164. OLE color: 4056164.
HSL color Cylindrical-coordinate representation of color #64E43D: hue angle of 105.99º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64E43D is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 61 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.11 |
| HSL | 105.99º | 0.76% | 0.57% | - |
| HSV(B) | 105.99º | 0.73% | 0.89% | - |
| XYZ | 33.84 | 58.53 | 13.93 | - |
| YUV | 170.69 | 66.09 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 61 | 0.56 | 0 | 0.73 | 0.11 | 105.99 | 0.76 | 0.57 |
| Hex | 64 | E4 | 3D | 38 | 0 | 49 | B | 6A | 4C | 39 |
| Octal | 144 | 344 | 75 | 70 | 0 | 111 | 13 | 152 | 114 | 71 |
| Binary | 1100100 | 11100100 | 111101 | 111000 | 0 | 1001001 | 1011 | 1101010 | 1001100 | 111001 |
Color Harmonies of #64E43D
Complementary color
Monochromatic Colors of #64E43D
Black with #64E43D
Text Example
Text Example
White with #64E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E43D; }
p { color: rgb(100,228,61); }
H1.HeaderClassName
{
color: #64E43D;
}
.AnyTagClassName
{
color: #64E43D;
}
</style>
background-color css
<style>
a { background-color: #64E43D; }
a { background-color: rgb(100,228,61); }
div.DivClassName
{
background-color: #64E43D;
}
.BgClassName
{
background-color: #64E43D;
}
</style>
border-color css
<style>
span { border-color: #64E43D; }
span { border-color: rgb(100,228,61); }
td.TdClassName
{
border-color: #64E43D;
}
.TagClassName
{
border-color: #64E43D;
}
</style>