Shades of Apple #64BC47
Tints of Apple #64BC47
RGB
CMYK
RGB Variations
Color information
#64BC47 (or 0x64BC47) is known color: Apple. HEX triplet: 64, BC and 47. RGB value is (100,188,71). Sum of RGB (Red+Green+Blue) = 100+188+71=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC47 is #9B43B8. Grayscale: #949494. Windows color (decimal): -10175417 or 4701284. OLE color: 4701284.
HSL color Cylindrical-coordinate representation of color #64BC47: hue angle of 105.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64BC47 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 71 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.26 |
| HSL | 105.13º | 0.47% | 0.51% | - |
| HSV(B) | 105.13º | 0.62% | 0.74% | - |
| XYZ | 24.38 | 39.13 | 12.23 | - |
| YUV | 148.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 71 | 0.47 | 0 | 0.62 | 0.26 | 105.13 | 0.47 | 0.51 |
| Hex | 64 | BC | 47 | 2F | 0 | 3E | 1A | 69 | 2F | 33 |
| Octal | 144 | 274 | 107 | 57 | 0 | 76 | 32 | 151 | 57 | 63 |
| Binary | 1100100 | 10111100 | 1000111 | 101111 | 0 | 111110 | 11010 | 1101001 | 101111 | 110011 |
Color Harmonies of #64BC47
Complementary color
Monochromatic Colors of #64BC47
Black with #64BC47
Text Example
Text Example
White with #64BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC47; }
p { color: rgb(100,188,71); }
H1.HeaderClassName
{
color: #64BC47;
}
.AnyTagClassName
{
color: #64BC47;
}
</style>
background-color css
<style>
a { background-color: #64BC47; }
a { background-color: rgb(100,188,71); }
div.DivClassName
{
background-color: #64BC47;
}
.BgClassName
{
background-color: #64BC47;
}
</style>
border-color css
<style>
span { border-color: #64BC47; }
span { border-color: rgb(100,188,71); }
td.TdClassName
{
border-color: #64BC47;
}
.TagClassName
{
border-color: #64BC47;
}
</style>