Shades of Apple #64B651
Tints of Apple #64B651
RGB
CMYK
RGB Variations
Color information
#64B651 (or 0x64B651) is known color: Apple. HEX triplet: 64, B6 and 51. RGB value is (100,182,81). Sum of RGB (Red+Green+Blue) = 100+182+81=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #64B651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B651 is #9B49AE. Grayscale: #929292. Windows color (decimal): -10176943 or 5355108. OLE color: 5355108.
HSL color Cylindrical-coordinate representation of color #64B651: hue angle of 108.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B651 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 81 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.29 |
| HSL | 108.71º | 0.41% | 0.52% | - |
| HSV(B) | 108.71º | 0.55% | 0.71% | - |
| XYZ | 23.47 | 36.76 | 13.64 | - |
| YUV | 145.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 81 | 0.45 | 0 | 0.55 | 0.29 | 108.71 | 0.41 | 0.52 |
| Hex | 64 | B6 | 51 | 2D | 0 | 37 | 1D | 6D | 29 | 34 |
| Octal | 144 | 266 | 121 | 55 | 0 | 67 | 35 | 155 | 51 | 64 |
| Binary | 1100100 | 10110110 | 1010001 | 101101 | 0 | 110111 | 11101 | 1101101 | 101001 | 110100 |
Color Harmonies of #64B651
Complementary color
Monochromatic Colors of #64B651
Black with #64B651
Text Example
Text Example
White with #64B651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B651; }
p { color: rgb(100,182,81); }
H1.HeaderClassName
{
color: #64B651;
}
.AnyTagClassName
{
color: #64B651;
}
</style>
background-color css
<style>
a { background-color: #64B651; }
a { background-color: rgb(100,182,81); }
div.DivClassName
{
background-color: #64B651;
}
.BgClassName
{
background-color: #64B651;
}
</style>
border-color css
<style>
span { border-color: #64B651; }
span { border-color: rgb(100,182,81); }
td.TdClassName
{
border-color: #64B651;
}
.TagClassName
{
border-color: #64B651;
}
</style>