Shades of Apple #64BC50
Tints of Apple #64BC50
RGB
CMYK
RGB Variations
Color information
#64BC50 (or 0x64BC50) is known color: Apple. HEX triplet: 64, BC and 50. RGB value is (100,188,80). Sum of RGB (Red+Green+Blue) = 100+188+80=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC50 is #9B43AF. Grayscale: #959595. Windows color (decimal): -10175408 or 5291108. OLE color: 5291108.
HSL color Cylindrical-coordinate representation of color #64BC50: hue angle of 108.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BC50 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 80 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.26 |
| HSL | 108.89º | 0.45% | 0.53% | - |
| HSV(B) | 108.89º | 0.57% | 0.74% | - |
| XYZ | 24.69 | 39.25 | 13.87 | - |
| YUV | 149.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 80 | 0.47 | 0 | 0.57 | 0.26 | 108.89 | 0.45 | 0.53 |
| Hex | 64 | BC | 50 | 2F | 0 | 39 | 1A | 6D | 2D | 35 |
| Octal | 144 | 274 | 120 | 57 | 0 | 71 | 32 | 155 | 55 | 65 |
| Binary | 1100100 | 10111100 | 1010000 | 101111 | 0 | 111001 | 11010 | 1101101 | 101101 | 110101 |
Color Harmonies of #64BC50
Complementary color
Monochromatic Colors of #64BC50
Black with #64BC50
Text Example
Text Example
White with #64BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC50; }
p { color: rgb(100,188,80); }
H1.HeaderClassName
{
color: #64BC50;
}
.AnyTagClassName
{
color: #64BC50;
}
</style>
background-color css
<style>
a { background-color: #64BC50; }
a { background-color: rgb(100,188,80); }
div.DivClassName
{
background-color: #64BC50;
}
.BgClassName
{
background-color: #64BC50;
}
</style>
border-color css
<style>
span { border-color: #64BC50; }
span { border-color: rgb(100,188,80); }
td.TdClassName
{
border-color: #64BC50;
}
.TagClassName
{
border-color: #64BC50;
}
</style>