Shades of Apple #64CB57
Tints of Apple #64CB57
RGB
CMYK
RGB Variations
Color information
#64CB57 (or 0x64CB57) is known color: Apple. HEX triplet: 64, CB and 57. RGB value is (100,203,87). Sum of RGB (Red+Green+Blue) = 100+203+87=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB57 is #9B34A8. Grayscale: #9F9F9F. Windows color (decimal): -10171561 or 5753700. OLE color: 5753700.
HSL color Cylindrical-coordinate representation of color #64CB57: hue angle of 113.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CB57 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 87 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.20 |
| HSL | 113.28º | 0.53% | 0.57% | - |
| HSV(B) | 113.28º | 0.57% | 0.8% | - |
| XYZ | 28.33 | 46.11 | 16.42 | - |
| YUV | 158.98 | 87.38 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 87 | 0.51 | 0 | 0.57 | 0.20 | 113.28 | 0.53 | 0.57 |
| Hex | 64 | CB | 57 | 33 | 0 | 39 | 14 | 71 | 35 | 39 |
| Octal | 144 | 313 | 127 | 63 | 0 | 71 | 24 | 161 | 65 | 71 |
| Binary | 1100100 | 11001011 | 1010111 | 110011 | 0 | 111001 | 10100 | 1110001 | 110101 | 111001 |
Color Harmonies of #64CB57
Complementary color
Monochromatic Colors of #64CB57
Black with #64CB57
Text Example
Text Example
White with #64CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB57; }
p { color: rgb(100,203,87); }
H1.HeaderClassName
{
color: #64CB57;
}
.AnyTagClassName
{
color: #64CB57;
}
</style>
background-color css
<style>
a { background-color: #64CB57; }
a { background-color: rgb(100,203,87); }
div.DivClassName
{
background-color: #64CB57;
}
.BgClassName
{
background-color: #64CB57;
}
</style>
border-color css
<style>
span { border-color: #64CB57; }
span { border-color: rgb(100,203,87); }
td.TdClassName
{
border-color: #64CB57;
}
.TagClassName
{
border-color: #64CB57;
}
</style>