Shades of Apple #64E13D
Tints of Apple #64E13D
RGB
CMYK
RGB Variations
Color information
#64E13D (or 0x64E13D) is known color: Apple. HEX triplet: 64, E1 and 3D. RGB value is (100,225,61). Sum of RGB (Red+Green+Blue) = 100+225+61=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #64E13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E13D is #9B1EC2. Grayscale: #A9A9A9. Windows color (decimal): -10165955 or 4055396. OLE color: 4055396.
HSL color Cylindrical-coordinate representation of color #64E13D: hue angle of 105.73º degrees, saturation: 0.73, 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 #64E13D is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 61 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.12 |
| HSL | 105.73º | 0.73% | 0.56% | - |
| HSV(B) | 105.73º | 0.73% | 0.88% | - |
| XYZ | 33.02 | 56.9 | 13.66 | - |
| YUV | 168.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 61 | 0.56 | 0 | 0.73 | 0.12 | 105.73 | 0.73 | 0.56 |
| Hex | 64 | E1 | 3D | 38 | 0 | 49 | C | 6A | 49 | 38 |
| Octal | 144 | 341 | 75 | 70 | 0 | 111 | 14 | 152 | 111 | 70 |
| Binary | 1100100 | 11100001 | 111101 | 111000 | 0 | 1001001 | 1100 | 1101010 | 1001001 | 111000 |
Color Harmonies of #64E13D
Complementary color
Monochromatic Colors of #64E13D
Black with #64E13D
Text Example
Text Example
White with #64E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E13D; }
p { color: rgb(100,225,61); }
H1.HeaderClassName
{
color: #64E13D;
}
.AnyTagClassName
{
color: #64E13D;
}
</style>
background-color css
<style>
a { background-color: #64E13D; }
a { background-color: rgb(100,225,61); }
div.DivClassName
{
background-color: #64E13D;
}
.BgClassName
{
background-color: #64E13D;
}
</style>
border-color css
<style>
span { border-color: #64E13D; }
span { border-color: rgb(100,225,61); }
td.TdClassName
{
border-color: #64E13D;
}
.TagClassName
{
border-color: #64E13D;
}
</style>