Shades of Apple #64AD5B
Tints of Apple #64AD5B
RGB
CMYK
RGB Variations
Color information
#64AD5B (or 0x64AD5B) is known color: Apple. HEX triplet: 64, AD and 5B. RGB value is (100,173,91). Sum of RGB (Red+Green+Blue) = 100+173+91=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD5B is #9B52A4. Grayscale: #8E8E8E. Windows color (decimal): -10179237 or 6008164. OLE color: 6008164.
HSL color Cylindrical-coordinate representation of color #64AD5B: hue angle of 113.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AD5B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 91 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.32 |
| HSL | 113.41º | 0.33% | 0.52% | - |
| HSV(B) | 113.41º | 0.47% | 0.68% | - |
| XYZ | 22.09 | 33.35 | 15.17 | - |
| YUV | 141.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 91 | 0.42 | 0 | 0.47 | 0.32 | 113.41 | 0.33 | 0.52 |
| Hex | 64 | AD | 5B | 2A | 0 | 2F | 20 | 71 | 21 | 34 |
| Octal | 144 | 255 | 133 | 52 | 0 | 57 | 40 | 161 | 41 | 64 |
| Binary | 1100100 | 10101101 | 1011011 | 101010 | 0 | 101111 | 100000 | 1110001 | 100001 | 110100 |
Color Harmonies of #64AD5B
Complementary color
Monochromatic Colors of #64AD5B
Black with #64AD5B
Text Example
Text Example
White with #64AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD5B; }
p { color: rgb(100,173,91); }
H1.HeaderClassName
{
color: #64AD5B;
}
.AnyTagClassName
{
color: #64AD5B;
}
</style>
background-color css
<style>
a { background-color: #64AD5B; }
a { background-color: rgb(100,173,91); }
div.DivClassName
{
background-color: #64AD5B;
}
.BgClassName
{
background-color: #64AD5B;
}
</style>
border-color css
<style>
span { border-color: #64AD5B; }
span { border-color: rgb(100,173,91); }
td.TdClassName
{
border-color: #64AD5B;
}
.TagClassName
{
border-color: #64AD5B;
}
</style>