Shades of Apple #64B533
Tints of Apple #64B533
RGB
CMYK
RGB Variations
Color information
#64B533 (or 0x64B533) is known color: Apple. HEX triplet: 64, B5 and 33. RGB value is (100,181,51). Sum of RGB (Red+Green+Blue) = 100+181+51=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #64B533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B533 is #9B4ACC. Grayscale: #8E8E8E. Windows color (decimal): -10177229 or 3388772. OLE color: 3388772.
HSL color Cylindrical-coordinate representation of color #64B533: hue angle of 97.38º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64B533 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 51 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.29 |
| HSL | 97.38º | 0.56% | 0.45% | - |
| HSV(B) | 97.38º | 0.72% | 0.71% | - |
| XYZ | 22.38 | 36 | 8.9 | - |
| YUV | 141.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 51 | 0.45 | 0 | 0.72 | 0.29 | 97.38 | 0.56 | 0.45 |
| Hex | 64 | B5 | 33 | 2D | 0 | 48 | 1D | 61 | 38 | 2D |
| Octal | 144 | 265 | 63 | 55 | 0 | 110 | 35 | 141 | 70 | 55 |
| Binary | 1100100 | 10110101 | 110011 | 101101 | 0 | 1001000 | 11101 | 1100001 | 111000 | 101101 |
Color Harmonies of #64B533
Complementary color
Monochromatic Colors of #64B533
Black with #64B533
Text Example
Text Example
White with #64B533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B533; }
p { color: rgb(100,181,51); }
H1.HeaderClassName
{
color: #64B533;
}
.AnyTagClassName
{
color: #64B533;
}
</style>
background-color css
<style>
a { background-color: #64B533; }
a { background-color: rgb(100,181,51); }
div.DivClassName
{
background-color: #64B533;
}
.BgClassName
{
background-color: #64B533;
}
</style>
border-color css
<style>
span { border-color: #64B533; }
span { border-color: rgb(100,181,51); }
td.TdClassName
{
border-color: #64B533;
}
.TagClassName
{
border-color: #64B533;
}
</style>