Shades of Apple #64B650
Tints of Apple #64B650
RGB
CMYK
RGB Variations
Color information
#64B650 (or 0x64B650) is known color: Apple. HEX triplet: 64, B6 and 50. RGB value is (100,182,80). Sum of RGB (Red+Green+Blue) = 100+182+80=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #64B650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B650 is #9B49AF. Grayscale: #929292. Windows color (decimal): -10176944 or 5289572. OLE color: 5289572.
HSL color Cylindrical-coordinate representation of color #64B650: hue angle of 108.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64B650 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 80 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.29 |
| HSL | 108.24º | 0.41% | 0.51% | - |
| HSV(B) | 108.24º | 0.56% | 0.71% | - |
| XYZ | 23.43 | 36.74 | 13.45 | - |
| YUV | 145.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 80 | 0.45 | 0 | 0.56 | 0.29 | 108.24 | 0.41 | 0.51 |
| Hex | 64 | B6 | 50 | 2D | 0 | 38 | 1D | 6C | 29 | 33 |
| Octal | 144 | 266 | 120 | 55 | 0 | 70 | 35 | 154 | 51 | 63 |
| Binary | 1100100 | 10110110 | 1010000 | 101101 | 0 | 111000 | 11101 | 1101100 | 101001 | 110011 |
Color Harmonies of #64B650
Complementary color
Monochromatic Colors of #64B650
Black with #64B650
Text Example
Text Example
White with #64B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B650; }
p { color: rgb(100,182,80); }
H1.HeaderClassName
{
color: #64B650;
}
.AnyTagClassName
{
color: #64B650;
}
</style>
background-color css
<style>
a { background-color: #64B650; }
a { background-color: rgb(100,182,80); }
div.DivClassName
{
background-color: #64B650;
}
.BgClassName
{
background-color: #64B650;
}
</style>
border-color css
<style>
span { border-color: #64B650; }
span { border-color: rgb(100,182,80); }
td.TdClassName
{
border-color: #64B650;
}
.TagClassName
{
border-color: #64B650;
}
</style>