Shades of Apple #64B537
Tints of Apple #64B537
RGB
CMYK
RGB Variations
Color information
#64B537 (or 0x64B537) is known color: Apple. HEX triplet: 64, B5 and 37. RGB value is (100,181,55). Sum of RGB (Red+Green+Blue) = 100+181+55=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #64B537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B537 is #9B4AC8. Grayscale: #8E8E8E. Windows color (decimal): -10177225 or 3650916. OLE color: 3650916.
HSL color Cylindrical-coordinate representation of color #64B537: hue angle of 98.57º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64B537 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 55 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.29 |
| HSL | 98.57º | 0.53% | 0.46% | - |
| HSV(B) | 98.57º | 0.7% | 0.71% | - |
| XYZ | 22.47 | 36.03 | 9.39 | - |
| YUV | 142.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 55 | 0.45 | 0 | 0.70 | 0.29 | 98.57 | 0.53 | 0.46 |
| Hex | 64 | B5 | 37 | 2D | 0 | 46 | 1D | 63 | 35 | 2E |
| Octal | 144 | 265 | 67 | 55 | 0 | 106 | 35 | 143 | 65 | 56 |
| Binary | 1100100 | 10110101 | 110111 | 101101 | 0 | 1000110 | 11101 | 1100011 | 110101 | 101110 |
Color Harmonies of #64B537
Complementary color
Monochromatic Colors of #64B537
Black with #64B537
Text Example
Text Example
White with #64B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B537; }
p { color: rgb(100,181,55); }
H1.HeaderClassName
{
color: #64B537;
}
.AnyTagClassName
{
color: #64B537;
}
</style>
background-color css
<style>
a { background-color: #64B537; }
a { background-color: rgb(100,181,55); }
div.DivClassName
{
background-color: #64B537;
}
.BgClassName
{
background-color: #64B537;
}
</style>
border-color css
<style>
span { border-color: #64B537; }
span { border-color: rgb(100,181,55); }
td.TdClassName
{
border-color: #64B537;
}
.TagClassName
{
border-color: #64B537;
}
</style>