Shades of Apple #64E633
Tints of Apple #64E633
RGB
CMYK
RGB Variations
Color information
#64E633 (or 0x64E633) is known color: Apple. HEX triplet: 64, E6 and 33. RGB value is (100,230,51). Sum of RGB (Red+Green+Blue) = 100+230+51=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #64E633 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E633 is #9B19CC. Grayscale: #ABABAB. Windows color (decimal): -10164685 or 3401316. OLE color: 3401316.
HSL color Cylindrical-coordinate representation of color #64E633: hue angle of 103.58º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64E633 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 51 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.10 |
| HSL | 103.58º | 0.78% | 0.55% | - |
| HSV(B) | 103.58º | 0.78% | 0.9% | - |
| XYZ | 34.15 | 59.54 | 12.82 | - |
| YUV | 170.72 | 60.43 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 51 | 0.57 | 0 | 0.78 | 0.10 | 103.58 | 0.78 | 0.55 |
| Hex | 64 | E6 | 33 | 39 | 0 | 4E | A | 68 | 4E | 37 |
| Octal | 144 | 346 | 63 | 71 | 0 | 116 | 12 | 150 | 116 | 67 |
| Binary | 1100100 | 11100110 | 110011 | 111001 | 0 | 1001110 | 1010 | 1101000 | 1001110 | 110111 |
Color Harmonies of #64E633
Complementary color
Monochromatic Colors of #64E633
Black with #64E633
Text Example
Text Example
White with #64E633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E633; }
p { color: rgb(100,230,51); }
H1.HeaderClassName
{
color: #64E633;
}
.AnyTagClassName
{
color: #64E633;
}
</style>
background-color css
<style>
a { background-color: #64E633; }
a { background-color: rgb(100,230,51); }
div.DivClassName
{
background-color: #64E633;
}
.BgClassName
{
background-color: #64E633;
}
</style>
border-color css
<style>
span { border-color: #64E633; }
span { border-color: rgb(100,230,51); }
td.TdClassName
{
border-color: #64E633;
}
.TagClassName
{
border-color: #64E633;
}
</style>