Shades of Apple #64D055
Tints of Apple #64D055
RGB
CMYK
RGB Variations
Color information
#64D055 (or 0x64D055) is known color: Apple. HEX triplet: 64, D0 and 55. RGB value is (100,208,85). Sum of RGB (Red+Green+Blue) = 100+208+85=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #64D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D055 is #9B2FAA. Grayscale: #A2A2A2. Windows color (decimal): -10170283 or 5623908. OLE color: 5623908.
HSL color Cylindrical-coordinate representation of color #64D055: hue angle of 112.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64D055 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 85 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.18 |
| HSL | 112.68º | 0.57% | 0.57% | - |
| HSV(B) | 112.68º | 0.59% | 0.82% | - |
| XYZ | 29.45 | 48.48 | 16.4 | - |
| YUV | 161.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 85 | 0.52 | 0 | 0.59 | 0.18 | 112.68 | 0.57 | 0.57 |
| Hex | 64 | D0 | 55 | 34 | 0 | 3B | 12 | 71 | 39 | 39 |
| Octal | 144 | 320 | 125 | 64 | 0 | 73 | 22 | 161 | 71 | 71 |
| Binary | 1100100 | 11010000 | 1010101 | 110100 | 0 | 111011 | 10010 | 1110001 | 111001 | 111001 |
Color Harmonies of #64D055
Complementary color
Monochromatic Colors of #64D055
Black with #64D055
Text Example
Text Example
White with #64D055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D055; }
p { color: rgb(100,208,85); }
H1.HeaderClassName
{
color: #64D055;
}
.AnyTagClassName
{
color: #64D055;
}
</style>
background-color css
<style>
a { background-color: #64D055; }
a { background-color: rgb(100,208,85); }
div.DivClassName
{
background-color: #64D055;
}
.BgClassName
{
background-color: #64D055;
}
</style>
border-color css
<style>
span { border-color: #64D055; }
span { border-color: rgb(100,208,85); }
td.TdClassName
{
border-color: #64D055;
}
.TagClassName
{
border-color: #64D055;
}
</style>