Shades of Apple #64CF57
Tints of Apple #64CF57
RGB
CMYK
RGB Variations
Color information
#64CF57 (or 0x64CF57) is known color: Apple. HEX triplet: 64, CF and 57. RGB value is (100,207,87). Sum of RGB (Red+Green+Blue) = 100+207+87=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF57 is #9B30A8. Grayscale: #A1A1A1. Windows color (decimal): -10170537 or 5754724. OLE color: 5754724.
HSL color Cylindrical-coordinate representation of color #64CF57: hue angle of 113.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CF57 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 87 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.19 |
| HSL | 113.5º | 0.56% | 0.58% | - |
| HSV(B) | 113.5º | 0.58% | 0.81% | - |
| XYZ | 29.29 | 48.02 | 16.74 | - |
| YUV | 161.33 | 86.05 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 87 | 0.52 | 0 | 0.58 | 0.19 | 113.5 | 0.56 | 0.58 |
| Hex | 64 | CF | 57 | 34 | 0 | 3A | 13 | 72 | 38 | 3A |
| Octal | 144 | 317 | 127 | 64 | 0 | 72 | 23 | 162 | 70 | 72 |
| Binary | 1100100 | 11001111 | 1010111 | 110100 | 0 | 111010 | 10011 | 1110010 | 111000 | 111010 |
Color Harmonies of #64CF57
Complementary color
Monochromatic Colors of #64CF57
Black with #64CF57
Text Example
Text Example
White with #64CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF57; }
p { color: rgb(100,207,87); }
H1.HeaderClassName
{
color: #64CF57;
}
.AnyTagClassName
{
color: #64CF57;
}
</style>
background-color css
<style>
a { background-color: #64CF57; }
a { background-color: rgb(100,207,87); }
div.DivClassName
{
background-color: #64CF57;
}
.BgClassName
{
background-color: #64CF57;
}
</style>
border-color css
<style>
span { border-color: #64CF57; }
span { border-color: rgb(100,207,87); }
td.TdClassName
{
border-color: #64CF57;
}
.TagClassName
{
border-color: #64CF57;
}
</style>