Shades of Apple #64D130
Tints of Apple #64D130
RGB
CMYK
RGB Variations
Color information
#64D130 (or 0x64D130) is known color: Apple. HEX triplet: 64, D1 and 30. RGB value is (100,209,48). Sum of RGB (Red+Green+Blue) = 100+209+48=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #64D130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D130 is #9B2ECF. Grayscale: #9E9E9E. Windows color (decimal): -10170064 or 3199332. OLE color: 3199332.
HSL color Cylindrical-coordinate representation of color #64D130: hue angle of 100.62º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64D130 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 48 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.18 |
| HSL | 100.62º | 0.64% | 0.5% | - |
| HSV(B) | 100.62º | 0.77% | 0.82% | - |
| XYZ | 28.59 | 48.52 | 10.66 | - |
| YUV | 158.06 | 65.89 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 48 | 0.52 | 0 | 0.77 | 0.18 | 100.62 | 0.64 | 0.5 |
| Hex | 64 | D1 | 30 | 34 | 0 | 4D | 12 | 65 | 40 | 32 |
| Octal | 144 | 321 | 60 | 64 | 0 | 115 | 22 | 145 | 100 | 62 |
| Binary | 1100100 | 11010001 | 110000 | 110100 | 0 | 1001101 | 10010 | 1100101 | 1000000 | 110010 |
Color Harmonies of #64D130
Complementary color
Monochromatic Colors of #64D130
Black with #64D130
Text Example
Text Example
White with #64D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D130; }
p { color: rgb(100,209,48); }
H1.HeaderClassName
{
color: #64D130;
}
.AnyTagClassName
{
color: #64D130;
}
</style>
background-color css
<style>
a { background-color: #64D130; }
a { background-color: rgb(100,209,48); }
div.DivClassName
{
background-color: #64D130;
}
.BgClassName
{
background-color: #64D130;
}
</style>
border-color css
<style>
span { border-color: #64D130; }
span { border-color: rgb(100,209,48); }
td.TdClassName
{
border-color: #64D130;
}
.TagClassName
{
border-color: #64D130;
}
</style>