Shades of Apple #64E03D
Tints of Apple #64E03D
RGB
CMYK
RGB Variations
Color information
#64E03D (or 0x64E03D) is known color: Apple. HEX triplet: 64, E0 and 3D. RGB value is (100,224,61). Sum of RGB (Red+Green+Blue) = 100+224+61=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #64E03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E03D is #9B1FC2. Grayscale: #A8A8A8. Windows color (decimal): -10166211 or 4055140. OLE color: 4055140.
HSL color Cylindrical-coordinate representation of color #64E03D: hue angle of 105.64º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64E03D is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 61 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.12 |
| HSL | 105.64º | 0.72% | 0.56% | - |
| HSV(B) | 105.64º | 0.73% | 0.88% | - |
| XYZ | 32.75 | 56.36 | 13.57 | - |
| YUV | 168.34 | 67.42 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 61 | 0.55 | 0 | 0.73 | 0.12 | 105.64 | 0.72 | 0.56 |
| Hex | 64 | E0 | 3D | 37 | 0 | 49 | C | 6A | 48 | 38 |
| Octal | 144 | 340 | 75 | 67 | 0 | 111 | 14 | 152 | 110 | 70 |
| Binary | 1100100 | 11100000 | 111101 | 110111 | 0 | 1001001 | 1100 | 1101010 | 1001000 | 111000 |
Color Harmonies of #64E03D
Complementary color
Monochromatic Colors of #64E03D
Black with #64E03D
Text Example
Text Example
White with #64E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E03D; }
p { color: rgb(100,224,61); }
H1.HeaderClassName
{
color: #64E03D;
}
.AnyTagClassName
{
color: #64E03D;
}
</style>
background-color css
<style>
a { background-color: #64E03D; }
a { background-color: rgb(100,224,61); }
div.DivClassName
{
background-color: #64E03D;
}
.BgClassName
{
background-color: #64E03D;
}
</style>
border-color css
<style>
span { border-color: #64E03D; }
span { border-color: rgb(100,224,61); }
td.TdClassName
{
border-color: #64E03D;
}
.TagClassName
{
border-color: #64E03D;
}
</style>