Shades of Apple #64A248
Tints of Apple #64A248
RGB
CMYK
RGB Variations
Color information
#64A248 (or 0x64A248) is known color: Apple. HEX triplet: 64, A2 and 48. RGB value is (100,162,72). Sum of RGB (Red+Green+Blue) = 100+162+72=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #64A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A248 is #9B5DB7. Grayscale: #858585. Windows color (decimal): -10182072 or 4760164. OLE color: 4760164.
HSL color Cylindrical-coordinate representation of color #64A248: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64A248 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 72 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.36 |
| HSL | 101.33º | 0.38% | 0.46% | - |
| HSV(B) | 101.33º | 0.56% | 0.64% | - |
| XYZ | 19.35 | 29.02 | 10.71 | - |
| YUV | 133.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 72 | 0.38 | 0 | 0.56 | 0.36 | 101.33 | 0.38 | 0.46 |
| Hex | 64 | A2 | 48 | 26 | 0 | 38 | 24 | 65 | 26 | 2E |
| Octal | 144 | 242 | 110 | 46 | 0 | 70 | 44 | 145 | 46 | 56 |
| Binary | 1100100 | 10100010 | 1001000 | 100110 | 0 | 111000 | 100100 | 1100101 | 100110 | 101110 |
Color Harmonies of #64A248
Complementary color
Monochromatic Colors of #64A248
Black with #64A248
Text Example
Text Example
White with #64A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A248; }
p { color: rgb(100,162,72); }
H1.HeaderClassName
{
color: #64A248;
}
.AnyTagClassName
{
color: #64A248;
}
</style>
background-color css
<style>
a { background-color: #64A248; }
a { background-color: rgb(100,162,72); }
div.DivClassName
{
background-color: #64A248;
}
.BgClassName
{
background-color: #64A248;
}
</style>
border-color css
<style>
span { border-color: #64A248; }
span { border-color: rgb(100,162,72); }
td.TdClassName
{
border-color: #64A248;
}
.TagClassName
{
border-color: #64A248;
}
</style>