Shades of Apple #64C651
Tints of Apple #64C651
RGB
CMYK
RGB Variations
Color information
#64C651 (or 0x64C651) is known color: Apple. HEX triplet: 64, C6 and 51. RGB value is (100,198,81). Sum of RGB (Red+Green+Blue) = 100+198+81=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #64C651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C651 is #9B39AE. Grayscale: #9B9B9B. Windows color (decimal): -10172847 or 5359204. OLE color: 5359204.
HSL color Cylindrical-coordinate representation of color #64C651: hue angle of 110.26º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64C651 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 81 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.22 |
| HSL | 110.26º | 0.51% | 0.55% | - |
| HSV(B) | 110.26º | 0.59% | 0.78% | - |
| XYZ | 26.93 | 43.69 | 14.8 | - |
| YUV | 155.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 81 | 0.49 | 0 | 0.59 | 0.22 | 110.26 | 0.51 | 0.55 |
| Hex | 64 | C6 | 51 | 31 | 0 | 3B | 16 | 6E | 33 | 37 |
| Octal | 144 | 306 | 121 | 61 | 0 | 73 | 26 | 156 | 63 | 67 |
| Binary | 1100100 | 11000110 | 1010001 | 110001 | 0 | 111011 | 10110 | 1101110 | 110011 | 110111 |
Color Harmonies of #64C651
Complementary color
Monochromatic Colors of #64C651
Black with #64C651
Text Example
Text Example
White with #64C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C651; }
p { color: rgb(100,198,81); }
H1.HeaderClassName
{
color: #64C651;
}
.AnyTagClassName
{
color: #64C651;
}
</style>
background-color css
<style>
a { background-color: #64C651; }
a { background-color: rgb(100,198,81); }
div.DivClassName
{
background-color: #64C651;
}
.BgClassName
{
background-color: #64C651;
}
</style>
border-color css
<style>
span { border-color: #64C651; }
span { border-color: rgb(100,198,81); }
td.TdClassName
{
border-color: #64C651;
}
.TagClassName
{
border-color: #64C651;
}
</style>