Shades of Apple #64B45B
Tints of Apple #64B45B
RGB
CMYK
RGB Variations
Color information
#64B45B (or 0x64B45B) is known color: Apple. HEX triplet: 64, B4 and 5B. RGB value is (100,180,91). Sum of RGB (Red+Green+Blue) = 100+180+91=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #64B45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B45B is #9B4BA4. Grayscale: #929292. Windows color (decimal): -10177445 or 6009956. OLE color: 6009956.
HSL color Cylindrical-coordinate representation of color #64B45B: hue angle of 113.93º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B45B is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 180 | 91 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.29 |
| HSL | 113.93º | 0.37% | 0.53% | - |
| HSV(B) | 113.93º | 0.49% | 0.71% | - |
| XYZ | 23.47 | 36.11 | 15.63 | - |
| YUV | 145.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 91 | 0.44 | 0 | 0.49 | 0.29 | 113.93 | 0.37 | 0.53 |
| Hex | 64 | B4 | 5B | 2C | 0 | 31 | 1D | 72 | 25 | 35 |
| Octal | 144 | 264 | 133 | 54 | 0 | 61 | 35 | 162 | 45 | 65 |
| Binary | 1100100 | 10110100 | 1011011 | 101100 | 0 | 110001 | 11101 | 1110010 | 100101 | 110101 |
Color Harmonies of #64B45B
Complementary color
Monochromatic Colors of #64B45B
Black with #64B45B
Text Example
Text Example
White with #64B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B45B; }
p { color: rgb(100,180,91); }
H1.HeaderClassName
{
color: #64B45B;
}
.AnyTagClassName
{
color: #64B45B;
}
</style>
background-color css
<style>
a { background-color: #64B45B; }
a { background-color: rgb(100,180,91); }
div.DivClassName
{
background-color: #64B45B;
}
.BgClassName
{
background-color: #64B45B;
}
</style>
border-color css
<style>
span { border-color: #64B45B; }
span { border-color: rgb(100,180,91); }
td.TdClassName
{
border-color: #64B45B;
}
.TagClassName
{
border-color: #64B45B;
}
</style>