Shades of Apple #64B930
Tints of Apple #64B930
RGB
CMYK
RGB Variations
Color information
#64B930 (or 0x64B930) is known color: Apple. HEX triplet: 64, B9 and 30. RGB value is (100,185,48). Sum of RGB (Red+Green+Blue) = 100+185+48=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #64B930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B930 is #9B46CF. Grayscale: #909090. Windows color (decimal): -10176208 or 3193188. OLE color: 3193188.
HSL color Cylindrical-coordinate representation of color #64B930: hue angle of 97.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64B930 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 48 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.27 |
| HSL | 97.23º | 0.59% | 0.46% | - |
| HSV(B) | 97.23º | 0.74% | 0.73% | - |
| XYZ | 23.14 | 37.62 | 8.84 | - |
| YUV | 143.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 48 | 0.46 | 0 | 0.74 | 0.27 | 97.23 | 0.59 | 0.46 |
| Hex | 64 | B9 | 30 | 2E | 0 | 4A | 1B | 61 | 3B | 2E |
| Octal | 144 | 271 | 60 | 56 | 0 | 112 | 33 | 141 | 73 | 56 |
| Binary | 1100100 | 10111001 | 110000 | 101110 | 0 | 1001010 | 11011 | 1100001 | 111011 | 101110 |
Color Harmonies of #64B930
Complementary color
Monochromatic Colors of #64B930
Black with #64B930
Text Example
Text Example
White with #64B930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B930; }
p { color: rgb(100,185,48); }
H1.HeaderClassName
{
color: #64B930;
}
.AnyTagClassName
{
color: #64B930;
}
</style>
background-color css
<style>
a { background-color: #64B930; }
a { background-color: rgb(100,185,48); }
div.DivClassName
{
background-color: #64B930;
}
.BgClassName
{
background-color: #64B930;
}
</style>
border-color css
<style>
span { border-color: #64B930; }
span { border-color: rgb(100,185,48); }
td.TdClassName
{
border-color: #64B930;
}
.TagClassName
{
border-color: #64B930;
}
</style>