Shades of Apple #64BE37
Tints of Apple #64BE37
RGB
CMYK
RGB Variations
Color information
#64BE37 (or 0x64BE37) is known color: Apple. HEX triplet: 64, BE and 37. RGB value is (100,190,55). Sum of RGB (Red+Green+Blue) = 100+190+55=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE37 is #9B41C8. Grayscale: #949494. Windows color (decimal): -10174921 or 3653220. OLE color: 3653220.
HSL color Cylindrical-coordinate representation of color #64BE37: hue angle of 100º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64BE37 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 55 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.25 |
| HSL | 100º | 0.55% | 0.48% | - |
| HSV(B) | 100º | 0.71% | 0.75% | - |
| XYZ | 24.36 | 39.81 | 10.02 | - |
| YUV | 147.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 55 | 0.47 | 0 | 0.71 | 0.25 | 100 | 0.55 | 0.48 |
| Hex | 64 | BE | 37 | 2F | 0 | 47 | 19 | 64 | 37 | 30 |
| Octal | 144 | 276 | 67 | 57 | 0 | 107 | 31 | 144 | 67 | 60 |
| Binary | 1100100 | 10111110 | 110111 | 101111 | 0 | 1000111 | 11001 | 1100100 | 110111 | 110000 |
Color Harmonies of #64BE37
Complementary color
Monochromatic Colors of #64BE37
Black with #64BE37
Text Example
Text Example
White with #64BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE37; }
p { color: rgb(100,190,55); }
H1.HeaderClassName
{
color: #64BE37;
}
.AnyTagClassName
{
color: #64BE37;
}
</style>
background-color css
<style>
a { background-color: #64BE37; }
a { background-color: rgb(100,190,55); }
div.DivClassName
{
background-color: #64BE37;
}
.BgClassName
{
background-color: #64BE37;
}
</style>
border-color css
<style>
span { border-color: #64BE37; }
span { border-color: rgb(100,190,55); }
td.TdClassName
{
border-color: #64BE37;
}
.TagClassName
{
border-color: #64BE37;
}
</style>