Shades of Apple #64D455
Tints of Apple #64D455
RGB
CMYK
RGB Variations
Color information
#64D455 (or 0x64D455) is known color: Apple. HEX triplet: 64, D4 and 55. RGB value is (100,212,85). Sum of RGB (Red+Green+Blue) = 100+212+85=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #64D455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D455 is #9B2BAA. Grayscale: #A4A4A4. Windows color (decimal): -10169259 or 5624932. OLE color: 5624932.
HSL color Cylindrical-coordinate representation of color #64D455: hue angle of 112.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D455 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 85 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.17 |
| HSL | 112.91º | 0.6% | 0.58% | - |
| HSV(B) | 112.91º | 0.6% | 0.83% | - |
| XYZ | 30.44 | 50.45 | 16.73 | - |
| YUV | 164.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 85 | 0.53 | 0 | 0.60 | 0.17 | 112.91 | 0.6 | 0.58 |
| Hex | 64 | D4 | 55 | 35 | 0 | 3C | 11 | 71 | 3C | 3A |
| Octal | 144 | 324 | 125 | 65 | 0 | 74 | 21 | 161 | 74 | 72 |
| Binary | 1100100 | 11010100 | 1010101 | 110101 | 0 | 111100 | 10001 | 1110001 | 111100 | 111010 |
Color Harmonies of #64D455
Complementary color
Monochromatic Colors of #64D455
Black with #64D455
Text Example
Text Example
White with #64D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D455; }
p { color: rgb(100,212,85); }
H1.HeaderClassName
{
color: #64D455;
}
.AnyTagClassName
{
color: #64D455;
}
</style>
background-color css
<style>
a { background-color: #64D455; }
a { background-color: rgb(100,212,85); }
div.DivClassName
{
background-color: #64D455;
}
.BgClassName
{
background-color: #64D455;
}
</style>
border-color css
<style>
span { border-color: #64D455; }
span { border-color: rgb(100,212,85); }
td.TdClassName
{
border-color: #64D455;
}
.TagClassName
{
border-color: #64D455;
}
</style>