Shades of Apple #64CC55
Tints of Apple #64CC55
RGB
CMYK
RGB Variations
Color information
#64CC55 (or 0x64CC55) is known color: Apple. HEX triplet: 64, CC and 55. RGB value is (100,204,85). Sum of RGB (Red+Green+Blue) = 100+204+85=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC55 is #9B33AA. Grayscale: #9F9F9F. Windows color (decimal): -10171307 or 5622884. OLE color: 5622884.
HSL color Cylindrical-coordinate representation of color #64CC55: hue angle of 112.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CC55 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 85 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.2 |
| HSL | 112.44º | 0.54% | 0.57% | - |
| HSV(B) | 112.44º | 0.58% | 0.8% | - |
| XYZ | 28.49 | 46.55 | 16.08 | - |
| YUV | 159.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 85 | 0.51 | 0 | 0.58 | 0.2 | 112.44 | 0.54 | 0.57 |
| Hex | 64 | CC | 55 | 33 | 0 | 3A | 14 | 70 | 36 | 39 |
| Octal | 144 | 314 | 125 | 63 | 0 | 72 | 24 | 160 | 66 | 71 |
| Binary | 1100100 | 11001100 | 1010101 | 110011 | 0 | 111010 | 10100 | 1110000 | 110110 | 111001 |
Color Harmonies of #64CC55
Complementary color
Monochromatic Colors of #64CC55
Black with #64CC55
Text Example
Text Example
White with #64CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC55; }
p { color: rgb(100,204,85); }
H1.HeaderClassName
{
color: #64CC55;
}
.AnyTagClassName
{
color: #64CC55;
}
</style>
background-color css
<style>
a { background-color: #64CC55; }
a { background-color: rgb(100,204,85); }
div.DivClassName
{
background-color: #64CC55;
}
.BgClassName
{
background-color: #64CC55;
}
</style>
border-color css
<style>
span { border-color: #64CC55; }
span { border-color: rgb(100,204,85); }
td.TdClassName
{
border-color: #64CC55;
}
.TagClassName
{
border-color: #64CC55;
}
</style>