Shades of Apple #64BA38
Tints of Apple #64BA38
RGB
CMYK
RGB Variations
Color information
#64BA38 (or 0x64BA38) is known color: Apple. HEX triplet: 64, BA and 38. RGB value is (100,186,56). Sum of RGB (Red+Green+Blue) = 100+186+56=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA38 is #9B45C7. Grayscale: #919191. Windows color (decimal): -10175944 or 3717732. OLE color: 3717732.
HSL color Cylindrical-coordinate representation of color #64BA38: hue angle of 99.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64BA38 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 56 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.27 |
| HSL | 99.69º | 0.54% | 0.47% | - |
| HSV(B) | 99.69º | 0.7% | 0.73% | - |
| XYZ | 23.53 | 38.11 | 9.86 | - |
| YUV | 145.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 56 | 0.46 | 0 | 0.70 | 0.27 | 99.69 | 0.54 | 0.47 |
| Hex | 64 | BA | 38 | 2E | 0 | 46 | 1B | 64 | 36 | 2F |
| Octal | 144 | 272 | 70 | 56 | 0 | 106 | 33 | 144 | 66 | 57 |
| Binary | 1100100 | 10111010 | 111000 | 101110 | 0 | 1000110 | 11011 | 1100100 | 110110 | 101111 |
Color Harmonies of #64BA38
Complementary color
Monochromatic Colors of #64BA38
Black with #64BA38
Text Example
Text Example
White with #64BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA38; }
p { color: rgb(100,186,56); }
H1.HeaderClassName
{
color: #64BA38;
}
.AnyTagClassName
{
color: #64BA38;
}
</style>
background-color css
<style>
a { background-color: #64BA38; }
a { background-color: rgb(100,186,56); }
div.DivClassName
{
background-color: #64BA38;
}
.BgClassName
{
background-color: #64BA38;
}
</style>
border-color css
<style>
span { border-color: #64BA38; }
span { border-color: rgb(100,186,56); }
td.TdClassName
{
border-color: #64BA38;
}
.TagClassName
{
border-color: #64BA38;
}
</style>