Shades of Apple #64BF51
Tints of Apple #64BF51
RGB
CMYK
RGB Variations
Color information
#64BF51 (or 0x64BF51) is known color: Apple. HEX triplet: 64, BF and 51. RGB value is (100,191,81). Sum of RGB (Red+Green+Blue) = 100+191+81=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF51 is #9B40AE. Grayscale: #979797. Windows color (decimal): -10174639 or 5357412. OLE color: 5357412.
HSL color Cylindrical-coordinate representation of color #64BF51: hue angle of 109.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BF51 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 81 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.25 |
| HSL | 109.64º | 0.46% | 0.53% | - |
| HSV(B) | 109.64º | 0.58% | 0.75% | - |
| XYZ | 25.37 | 40.57 | 14.28 | - |
| YUV | 151.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 81 | 0.48 | 0 | 0.58 | 0.25 | 109.64 | 0.46 | 0.53 |
| Hex | 64 | BF | 51 | 30 | 0 | 3A | 19 | 6E | 2E | 35 |
| Octal | 144 | 277 | 121 | 60 | 0 | 72 | 31 | 156 | 56 | 65 |
| Binary | 1100100 | 10111111 | 1010001 | 110000 | 0 | 111010 | 11001 | 1101110 | 101110 | 110101 |
Color Harmonies of #64BF51
Complementary color
Monochromatic Colors of #64BF51
Black with #64BF51
Text Example
Text Example
White with #64BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF51; }
p { color: rgb(100,191,81); }
H1.HeaderClassName
{
color: #64BF51;
}
.AnyTagClassName
{
color: #64BF51;
}
</style>
background-color css
<style>
a { background-color: #64BF51; }
a { background-color: rgb(100,191,81); }
div.DivClassName
{
background-color: #64BF51;
}
.BgClassName
{
background-color: #64BF51;
}
</style>
border-color css
<style>
span { border-color: #64BF51; }
span { border-color: rgb(100,191,81); }
td.TdClassName
{
border-color: #64BF51;
}
.TagClassName
{
border-color: #64BF51;
}
</style>