Shades of Apple #64B843
Tints of Apple #64B843
RGB
CMYK
RGB Variations
Color information
#64B843 (or 0x64B843) is known color: Apple. HEX triplet: 64, B8 and 43. RGB value is (100,184,67). Sum of RGB (Red+Green+Blue) = 100+184+67=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #64B843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B843 is #9B47BC. Grayscale: #919191. Windows color (decimal): -10176445 or 4438116. OLE color: 4438116.
HSL color Cylindrical-coordinate representation of color #64B843: hue angle of 103.08º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64B843 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 67 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.28 |
| HSL | 103.08º | 0.47% | 0.49% | - |
| HSV(B) | 103.08º | 0.64% | 0.72% | - |
| XYZ | 23.41 | 37.4 | 11.29 | - |
| YUV | 145.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 67 | 0.46 | 0 | 0.64 | 0.28 | 103.08 | 0.47 | 0.49 |
| Hex | 64 | B8 | 43 | 2E | 0 | 40 | 1C | 67 | 2F | 31 |
| Octal | 144 | 270 | 103 | 56 | 0 | 100 | 34 | 147 | 57 | 61 |
| Binary | 1100100 | 10111000 | 1000011 | 101110 | 0 | 1000000 | 11100 | 1100111 | 101111 | 110001 |
Color Harmonies of #64B843
Complementary color
Monochromatic Colors of #64B843
Black with #64B843
Text Example
Text Example
White with #64B843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B843; }
p { color: rgb(100,184,67); }
H1.HeaderClassName
{
color: #64B843;
}
.AnyTagClassName
{
color: #64B843;
}
</style>
background-color css
<style>
a { background-color: #64B843; }
a { background-color: rgb(100,184,67); }
div.DivClassName
{
background-color: #64B843;
}
.BgClassName
{
background-color: #64B843;
}
</style>
border-color css
<style>
span { border-color: #64B843; }
span { border-color: rgb(100,184,67); }
td.TdClassName
{
border-color: #64B843;
}
.TagClassName
{
border-color: #64B843;
}
</style>