Shades of Apple #64B547
Tints of Apple #64B547
RGB
CMYK
RGB Variations
Color information
#64B547 (or 0x64B547) is known color: Apple. HEX triplet: 64, B5 and 47. RGB value is (100,181,71). Sum of RGB (Red+Green+Blue) = 100+181+71=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #64B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B547 is #9B4AB8. Grayscale: #909090. Windows color (decimal): -10177209 or 4699492. OLE color: 4699492.
HSL color Cylindrical-coordinate representation of color #64B547: hue angle of 104.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B547 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 71 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.29 |
| HSL | 104.18º | 0.44% | 0.49% | - |
| HSV(B) | 104.18º | 0.61% | 0.71% | - |
| XYZ | 22.92 | 36.21 | 11.74 | - |
| YUV | 144.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 71 | 0.45 | 0 | 0.61 | 0.29 | 104.18 | 0.44 | 0.49 |
| Hex | 64 | B5 | 47 | 2D | 0 | 3D | 1D | 68 | 2C | 31 |
| Octal | 144 | 265 | 107 | 55 | 0 | 75 | 35 | 150 | 54 | 61 |
| Binary | 1100100 | 10110101 | 1000111 | 101101 | 0 | 111101 | 11101 | 1101000 | 101100 | 110001 |
Color Harmonies of #64B547
Complementary color
Monochromatic Colors of #64B547
Black with #64B547
Text Example
Text Example
White with #64B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B547; }
p { color: rgb(100,181,71); }
H1.HeaderClassName
{
color: #64B547;
}
.AnyTagClassName
{
color: #64B547;
}
</style>
background-color css
<style>
a { background-color: #64B547; }
a { background-color: rgb(100,181,71); }
div.DivClassName
{
background-color: #64B547;
}
.BgClassName
{
background-color: #64B547;
}
</style>
border-color css
<style>
span { border-color: #64B547; }
span { border-color: rgb(100,181,71); }
td.TdClassName
{
border-color: #64B547;
}
.TagClassName
{
border-color: #64B547;
}
</style>