Shades of Apple #64E134
Tints of Apple #64E134
RGB
CMYK
RGB Variations
Color information
#64E134 (or 0x64E134) is known color: Apple. HEX triplet: 64, E1 and 34. RGB value is (100,225,52). Sum of RGB (Red+Green+Blue) = 100+225+52=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #64E134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E134 is #9B1ECB. Grayscale: #A8A8A8. Windows color (decimal): -10165964 or 3465572. OLE color: 3465572.
HSL color Cylindrical-coordinate representation of color #64E134: hue angle of 103.35º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64E134 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 52 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.12 |
| HSL | 103.35º | 0.74% | 0.54% | - |
| HSV(B) | 103.35º | 0.77% | 0.88% | - |
| XYZ | 32.8 | 56.81 | 12.49 | - |
| YUV | 167.9 | 62.59 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 52 | 0.56 | 0 | 0.77 | 0.12 | 103.35 | 0.74 | 0.54 |
| Hex | 64 | E1 | 34 | 38 | 0 | 4D | C | 67 | 4A | 36 |
| Octal | 144 | 341 | 64 | 70 | 0 | 115 | 14 | 147 | 112 | 66 |
| Binary | 1100100 | 11100001 | 110100 | 111000 | 0 | 1001101 | 1100 | 1100111 | 1001010 | 110110 |
Color Harmonies of #64E134
Complementary color
Monochromatic Colors of #64E134
Black with #64E134
Text Example
Text Example
White with #64E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E134; }
p { color: rgb(100,225,52); }
H1.HeaderClassName
{
color: #64E134;
}
.AnyTagClassName
{
color: #64E134;
}
</style>
background-color css
<style>
a { background-color: #64E134; }
a { background-color: rgb(100,225,52); }
div.DivClassName
{
background-color: #64E134;
}
.BgClassName
{
background-color: #64E134;
}
</style>
border-color css
<style>
span { border-color: #64E134; }
span { border-color: rgb(100,225,52); }
td.TdClassName
{
border-color: #64E134;
}
.TagClassName
{
border-color: #64E134;
}
</style>