Shades of Apple #64D737
Tints of Apple #64D737
RGB
CMYK
RGB Variations
Color information
#64D737 (or 0x64D737) is known color: Apple. HEX triplet: 64, D7 and 37. RGB value is (100,215,55). Sum of RGB (Red+Green+Blue) = 100+215+55=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #64D737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D737 is #9B28C8. Grayscale: #A2A2A2. Windows color (decimal): -10168521 or 3659620. OLE color: 3659620.
HSL color Cylindrical-coordinate representation of color #64D737: hue angle of 103.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64D737 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 55 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.16 |
| HSL | 103.13º | 0.67% | 0.53% | - |
| HSV(B) | 103.13º | 0.74% | 0.84% | - |
| XYZ | 30.25 | 51.59 | 11.98 | - |
| YUV | 162.38 | 67.4 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 55 | 0.53 | 0 | 0.74 | 0.16 | 103.13 | 0.67 | 0.53 |
| Hex | 64 | D7 | 37 | 35 | 0 | 4A | 10 | 67 | 43 | 35 |
| Octal | 144 | 327 | 67 | 65 | 0 | 112 | 20 | 147 | 103 | 65 |
| Binary | 1100100 | 11010111 | 110111 | 110101 | 0 | 1001010 | 10000 | 1100111 | 1000011 | 110101 |
Color Harmonies of #64D737
Complementary color
Monochromatic Colors of #64D737
Black with #64D737
Text Example
Text Example
White with #64D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D737; }
p { color: rgb(100,215,55); }
H1.HeaderClassName
{
color: #64D737;
}
.AnyTagClassName
{
color: #64D737;
}
</style>
background-color css
<style>
a { background-color: #64D737; }
a { background-color: rgb(100,215,55); }
div.DivClassName
{
background-color: #64D737;
}
.BgClassName
{
background-color: #64D737;
}
</style>
border-color css
<style>
span { border-color: #64D737; }
span { border-color: rgb(100,215,55); }
td.TdClassName
{
border-color: #64D737;
}
.TagClassName
{
border-color: #64D737;
}
</style>