Shades of Apple #64E231
Tints of Apple #64E231
RGB
CMYK
RGB Variations
Color information
#64E231 (or 0x64E231) is known color: Apple. HEX triplet: 64, E2 and 31. RGB value is (100,226,49). Sum of RGB (Red+Green+Blue) = 100+226+49=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #64E231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E231 is #9B1DCE. Grayscale: #A8A8A8. Windows color (decimal): -10165711 or 3269220. OLE color: 3269220.
HSL color Cylindrical-coordinate representation of color #64E231: hue angle of 102.71º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64E231 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 49 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.11 |
| HSL | 102.71º | 0.75% | 0.54% | - |
| HSV(B) | 102.71º | 0.78% | 0.89% | - |
| XYZ | 33.01 | 57.32 | 12.23 | - |
| YUV | 168.15 | 60.76 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 49 | 0.56 | 0 | 0.78 | 0.11 | 102.71 | 0.75 | 0.54 |
| Hex | 64 | E2 | 31 | 38 | 0 | 4E | B | 67 | 4B | 36 |
| Octal | 144 | 342 | 61 | 70 | 0 | 116 | 13 | 147 | 113 | 66 |
| Binary | 1100100 | 11100010 | 110001 | 111000 | 0 | 1001110 | 1011 | 1100111 | 1001011 | 110110 |
Color Harmonies of #64E231
Complementary color
Monochromatic Colors of #64E231
Black with #64E231
Text Example
Text Example
White with #64E231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E231; }
p { color: rgb(100,226,49); }
H1.HeaderClassName
{
color: #64E231;
}
.AnyTagClassName
{
color: #64E231;
}
</style>
background-color css
<style>
a { background-color: #64E231; }
a { background-color: rgb(100,226,49); }
div.DivClassName
{
background-color: #64E231;
}
.BgClassName
{
background-color: #64E231;
}
</style>
border-color css
<style>
span { border-color: #64E231; }
span { border-color: rgb(100,226,49); }
td.TdClassName
{
border-color: #64E231;
}
.TagClassName
{
border-color: #64E231;
}
</style>