Shades of Apple #64D231
Tints of Apple #64D231
RGB
CMYK
RGB Variations
Color information
#64D231 (or 0x64D231) is known color: Apple. HEX triplet: 64, D2 and 31. RGB value is (100,210,49). Sum of RGB (Red+Green+Blue) = 100+210+49=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #64D231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D231 is #9B2DCE. Grayscale: #9F9F9F. Windows color (decimal): -10169807 or 3265124. OLE color: 3265124.
HSL color Cylindrical-coordinate representation of color #64D231: hue angle of 100.99º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64D231 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 49 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.18 |
| HSL | 100.99º | 0.64% | 0.51% | - |
| HSV(B) | 100.99º | 0.77% | 0.82% | - |
| XYZ | 28.86 | 49.02 | 10.85 | - |
| YUV | 158.76 | 66.06 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 49 | 0.52 | 0 | 0.77 | 0.18 | 100.99 | 0.64 | 0.51 |
| Hex | 64 | D2 | 31 | 34 | 0 | 4D | 12 | 65 | 40 | 33 |
| Octal | 144 | 322 | 61 | 64 | 0 | 115 | 22 | 145 | 100 | 63 |
| Binary | 1100100 | 11010010 | 110001 | 110100 | 0 | 1001101 | 10010 | 1100101 | 1000000 | 110011 |
Color Harmonies of #64D231
Complementary color
Monochromatic Colors of #64D231
Black with #64D231
Text Example
Text Example
White with #64D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D231; }
p { color: rgb(100,210,49); }
H1.HeaderClassName
{
color: #64D231;
}
.AnyTagClassName
{
color: #64D231;
}
</style>
background-color css
<style>
a { background-color: #64D231; }
a { background-color: rgb(100,210,49); }
div.DivClassName
{
background-color: #64D231;
}
.BgClassName
{
background-color: #64D231;
}
</style>
border-color css
<style>
span { border-color: #64D231; }
span { border-color: rgb(100,210,49); }
td.TdClassName
{
border-color: #64D231;
}
.TagClassName
{
border-color: #64D231;
}
</style>