Shades of Apple #64B84A
Tints of Apple #64B84A
RGB
CMYK
RGB Variations
Color information
#64B84A (or 0x64B84A) is known color: Apple. HEX triplet: 64, B8 and 4A. RGB value is (100,184,74). Sum of RGB (Red+Green+Blue) = 100+184+74=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #64B84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B84A is #9B47B5. Grayscale: #929292. Windows color (decimal): -10176438 or 4896868. OLE color: 4896868.
HSL color Cylindrical-coordinate representation of color #64B84A: hue angle of 105.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B84A is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 74 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.28 |
| HSL | 105.82º | 0.44% | 0.51% | - |
| HSV(B) | 105.82º | 0.6% | 0.72% | - |
| XYZ | 23.63 | 37.48 | 12.47 | - |
| YUV | 146.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 74 | 0.46 | 0 | 0.60 | 0.28 | 105.82 | 0.44 | 0.51 |
| Hex | 64 | B8 | 4A | 2E | 0 | 3C | 1C | 6A | 2C | 33 |
| Octal | 144 | 270 | 112 | 56 | 0 | 74 | 34 | 152 | 54 | 63 |
| Binary | 1100100 | 10111000 | 1001010 | 101110 | 0 | 111100 | 11100 | 1101010 | 101100 | 110011 |
Color Harmonies of #64B84A
Complementary color
Monochromatic Colors of #64B84A
Black with #64B84A
Text Example
Text Example
White with #64B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B84A; }
p { color: rgb(100,184,74); }
H1.HeaderClassName
{
color: #64B84A;
}
.AnyTagClassName
{
color: #64B84A;
}
</style>
background-color css
<style>
a { background-color: #64B84A; }
a { background-color: rgb(100,184,74); }
div.DivClassName
{
background-color: #64B84A;
}
.BgClassName
{
background-color: #64B84A;
}
</style>
border-color css
<style>
span { border-color: #64B84A; }
span { border-color: rgb(100,184,74); }
td.TdClassName
{
border-color: #64B84A;
}
.TagClassName
{
border-color: #64B84A;
}
</style>