Shades of Apple #64E33F
Tints of Apple #64E33F
RGB
CMYK
RGB Variations
Color information
#64E33F (or 0x64E33F) is known color: Apple. HEX triplet: 64, E3 and 3F. RGB value is (100,227,63). Sum of RGB (Red+Green+Blue) = 100+227+63=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #64E33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E33F is #9B1CC0. Grayscale: #AAAAAA. Windows color (decimal): -10165441 or 4186980. OLE color: 4186980.
HSL color Cylindrical-coordinate representation of color #64E33F: hue angle of 106.46º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64E33F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 63 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.11 |
| HSL | 106.46º | 0.75% | 0.57% | - |
| HSV(B) | 106.46º | 0.72% | 0.89% | - |
| XYZ | 33.62 | 58.01 | 14.13 | - |
| YUV | 170.33 | 67.42 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 63 | 0.56 | 0 | 0.72 | 0.11 | 106.46 | 0.75 | 0.57 |
| Hex | 64 | E3 | 3F | 38 | 0 | 48 | B | 6A | 4B | 39 |
| Octal | 144 | 343 | 77 | 70 | 0 | 110 | 13 | 152 | 113 | 71 |
| Binary | 1100100 | 11100011 | 111111 | 111000 | 0 | 1001000 | 1011 | 1101010 | 1001011 | 111001 |
Color Harmonies of #64E33F
Complementary color
Monochromatic Colors of #64E33F
Black with #64E33F
Text Example
Text Example
White with #64E33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E33F; }
p { color: rgb(100,227,63); }
H1.HeaderClassName
{
color: #64E33F;
}
.AnyTagClassName
{
color: #64E33F;
}
</style>
background-color css
<style>
a { background-color: #64E33F; }
a { background-color: rgb(100,227,63); }
div.DivClassName
{
background-color: #64E33F;
}
.BgClassName
{
background-color: #64E33F;
}
</style>
border-color css
<style>
span { border-color: #64E33F; }
span { border-color: rgb(100,227,63); }
td.TdClassName
{
border-color: #64E33F;
}
.TagClassName
{
border-color: #64E33F;
}
</style>