Shades of Apple #64B053
Tints of Apple #64B053
RGB
CMYK
RGB Variations
Color information
#64B053 (or 0x64B053) is known color: Apple. HEX triplet: 64, B0 and 53. RGB value is (100,176,83). Sum of RGB (Red+Green+Blue) = 100+176+83=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #64B053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B053 is #9B4FAC. Grayscale: #8E8E8E. Windows color (decimal): -10178477 or 5484644. OLE color: 5484644.
HSL color Cylindrical-coordinate representation of color #64B053: hue angle of 109.03º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B053 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 83 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.31 |
| HSL | 109.03º | 0.37% | 0.51% | - |
| HSV(B) | 109.03º | 0.53% | 0.69% | - |
| XYZ | 22.34 | 34.38 | 13.64 | - |
| YUV | 142.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 83 | 0.43 | 0 | 0.53 | 0.31 | 109.03 | 0.37 | 0.51 |
| Hex | 64 | B0 | 53 | 2B | 0 | 35 | 1F | 6D | 25 | 33 |
| Octal | 144 | 260 | 123 | 53 | 0 | 65 | 37 | 155 | 45 | 63 |
| Binary | 1100100 | 10110000 | 1010011 | 101011 | 0 | 110101 | 11111 | 1101101 | 100101 | 110011 |
Color Harmonies of #64B053
Complementary color
Monochromatic Colors of #64B053
Black with #64B053
Text Example
Text Example
White with #64B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B053; }
p { color: rgb(100,176,83); }
H1.HeaderClassName
{
color: #64B053;
}
.AnyTagClassName
{
color: #64B053;
}
</style>
background-color css
<style>
a { background-color: #64B053; }
a { background-color: rgb(100,176,83); }
div.DivClassName
{
background-color: #64B053;
}
.BgClassName
{
background-color: #64B053;
}
</style>
border-color css
<style>
span { border-color: #64B053; }
span { border-color: rgb(100,176,83); }
td.TdClassName
{
border-color: #64B053;
}
.TagClassName
{
border-color: #64B053;
}
</style>