Shades of Apple #64B531
Tints of Apple #64B531
RGB
CMYK
RGB Variations
Color information
#64B531 (or 0x64B531) is known color: Apple. HEX triplet: 64, B5 and 31. RGB value is (100,181,49). Sum of RGB (Red+Green+Blue) = 100+181+49=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #64B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B531 is #9B4ACE. Grayscale: #8E8E8E. Windows color (decimal): -10177231 or 3257700. OLE color: 3257700.
HSL color Cylindrical-coordinate representation of color #64B531: hue angle of 96.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B531 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 49 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.29 |
| HSL | 96.82º | 0.57% | 0.45% | - |
| HSV(B) | 96.82º | 0.73% | 0.71% | - |
| XYZ | 22.33 | 35.98 | 8.67 | - |
| YUV | 141.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 49 | 0.45 | 0 | 0.73 | 0.29 | 96.82 | 0.57 | 0.45 |
| Hex | 64 | B5 | 31 | 2D | 0 | 49 | 1D | 61 | 39 | 2D |
| Octal | 144 | 265 | 61 | 55 | 0 | 111 | 35 | 141 | 71 | 55 |
| Binary | 1100100 | 10110101 | 110001 | 101101 | 0 | 1001001 | 11101 | 1100001 | 111001 | 101101 |
Color Harmonies of #64B531
Complementary color
Monochromatic Colors of #64B531
Black with #64B531
Text Example
Text Example
White with #64B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B531; }
p { color: rgb(100,181,49); }
H1.HeaderClassName
{
color: #64B531;
}
.AnyTagClassName
{
color: #64B531;
}
</style>
background-color css
<style>
a { background-color: #64B531; }
a { background-color: rgb(100,181,49); }
div.DivClassName
{
background-color: #64B531;
}
.BgClassName
{
background-color: #64B531;
}
</style>
border-color css
<style>
span { border-color: #64B531; }
span { border-color: rgb(100,181,49); }
td.TdClassName
{
border-color: #64B531;
}
.TagClassName
{
border-color: #64B531;
}
</style>