Shades of Apple #64B550
Tints of Apple #64B550
RGB
CMYK
RGB Variations
Color information
#64B550 (or 0x64B550) is known color: Apple. HEX triplet: 64, B5 and 50. RGB value is (100,181,80). Sum of RGB (Red+Green+Blue) = 100+181+80=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #64B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B550 is #9B4AAF. Grayscale: #919191. Windows color (decimal): -10177200 or 5289316. OLE color: 5289316.
HSL color Cylindrical-coordinate representation of color #64B550: hue angle of 108.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64B550 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 80 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.29 |
| HSL | 108.12º | 0.41% | 0.51% | - |
| HSV(B) | 108.12º | 0.56% | 0.71% | - |
| XYZ | 23.23 | 36.34 | 13.38 | - |
| YUV | 145.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 80 | 0.45 | 0 | 0.56 | 0.29 | 108.12 | 0.41 | 0.51 |
| Hex | 64 | B5 | 50 | 2D | 0 | 38 | 1D | 6C | 29 | 33 |
| Octal | 144 | 265 | 120 | 55 | 0 | 70 | 35 | 154 | 51 | 63 |
| Binary | 1100100 | 10110101 | 1010000 | 101101 | 0 | 111000 | 11101 | 1101100 | 101001 | 110011 |
Color Harmonies of #64B550
Complementary color
Monochromatic Colors of #64B550
Black with #64B550
Text Example
Text Example
White with #64B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B550; }
p { color: rgb(100,181,80); }
H1.HeaderClassName
{
color: #64B550;
}
.AnyTagClassName
{
color: #64B550;
}
</style>
background-color css
<style>
a { background-color: #64B550; }
a { background-color: rgb(100,181,80); }
div.DivClassName
{
background-color: #64B550;
}
.BgClassName
{
background-color: #64B550;
}
</style>
border-color css
<style>
span { border-color: #64B550; }
span { border-color: rgb(100,181,80); }
td.TdClassName
{
border-color: #64B550;
}
.TagClassName
{
border-color: #64B550;
}
</style>