Shades of Apple #64E433
Tints of Apple #64E433
RGB
CMYK
RGB Variations
Color information
#64E433 (or 0x64E433) is known color: Apple. HEX triplet: 64, E4 and 33. RGB value is (100,228,51). Sum of RGB (Red+Green+Blue) = 100+228+51=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #64E433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E433 is #9B1BCC. Grayscale: #AAAAAA. Windows color (decimal): -10165197 or 3400804. OLE color: 3400804.
HSL color Cylindrical-coordinate representation of color #64E433: hue angle of 103.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64E433 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 51 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.11 |
| HSL | 103.39º | 0.77% | 0.55% | - |
| HSV(B) | 103.39º | 0.78% | 0.89% | - |
| XYZ | 33.6 | 58.44 | 12.64 | - |
| YUV | 169.55 | 61.09 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 51 | 0.56 | 0 | 0.78 | 0.11 | 103.39 | 0.77 | 0.55 |
| Hex | 64 | E4 | 33 | 38 | 0 | 4E | B | 67 | 4D | 37 |
| Octal | 144 | 344 | 63 | 70 | 0 | 116 | 13 | 147 | 115 | 67 |
| Binary | 1100100 | 11100100 | 110011 | 111000 | 0 | 1001110 | 1011 | 1100111 | 1001101 | 110111 |
Color Harmonies of #64E433
Complementary color
Monochromatic Colors of #64E433
Black with #64E433
Text Example
Text Example
White with #64E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E433; }
p { color: rgb(100,228,51); }
H1.HeaderClassName
{
color: #64E433;
}
.AnyTagClassName
{
color: #64E433;
}
</style>
background-color css
<style>
a { background-color: #64E433; }
a { background-color: rgb(100,228,51); }
div.DivClassName
{
background-color: #64E433;
}
.BgClassName
{
background-color: #64E433;
}
</style>
border-color css
<style>
span { border-color: #64E433; }
span { border-color: rgb(100,228,51); }
td.TdClassName
{
border-color: #64E433;
}
.TagClassName
{
border-color: #64E433;
}
</style>