Shades of Apple #64D63A
Tints of Apple #64D63A
RGB
CMYK
RGB Variations
Color information
#64D63A (or 0x64D63A) is known color: Apple. HEX triplet: 64, D6 and 3A. RGB value is (100,214,58). Sum of RGB (Red+Green+Blue) = 100+214+58=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #64D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D63A is #9B29C5. Grayscale: #A2A2A2. Windows color (decimal): -10168774 or 3855972. OLE color: 3855972.
HSL color Cylindrical-coordinate representation of color #64D63A: hue angle of 103.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64D63A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 58 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.16 |
| HSL | 103.85º | 0.66% | 0.53% | - |
| HSV(B) | 103.85º | 0.73% | 0.84% | - |
| XYZ | 30.07 | 51.11 | 12.28 | - |
| YUV | 162.13 | 69.23 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 58 | 0.53 | 0 | 0.73 | 0.16 | 103.85 | 0.66 | 0.53 |
| Hex | 64 | D6 | 3A | 35 | 0 | 49 | 10 | 68 | 42 | 35 |
| Octal | 144 | 326 | 72 | 65 | 0 | 111 | 20 | 150 | 102 | 65 |
| Binary | 1100100 | 11010110 | 111010 | 110101 | 0 | 1001001 | 10000 | 1101000 | 1000010 | 110101 |
Color Harmonies of #64D63A
Complementary color
Monochromatic Colors of #64D63A
Black with #64D63A
Text Example
Text Example
White with #64D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D63A; }
p { color: rgb(100,214,58); }
H1.HeaderClassName
{
color: #64D63A;
}
.AnyTagClassName
{
color: #64D63A;
}
</style>
background-color css
<style>
a { background-color: #64D63A; }
a { background-color: rgb(100,214,58); }
div.DivClassName
{
background-color: #64D63A;
}
.BgClassName
{
background-color: #64D63A;
}
</style>
border-color css
<style>
span { border-color: #64D63A; }
span { border-color: rgb(100,214,58); }
td.TdClassName
{
border-color: #64D63A;
}
.TagClassName
{
border-color: #64D63A;
}
</style>