Shades of Apple #64D34B
Tints of Apple #64D34B
RGB
CMYK
RGB Variations
Color information
#64D34B (or 0x64D34B) is known color: Apple. HEX triplet: 64, D3 and 4B. RGB value is (100,211,75). Sum of RGB (Red+Green+Blue) = 100+211+75=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #64D34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D34B is #9B2CB4. Grayscale: #A2A2A2. Windows color (decimal): -10169525 or 4969316. OLE color: 4969316.
HSL color Cylindrical-coordinate representation of color #64D34B: hue angle of 108.97º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64D34B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 75 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.17 |
| HSL | 108.97º | 0.61% | 0.56% | - |
| HSV(B) | 108.97º | 0.64% | 0.83% | - |
| XYZ | 29.82 | 49.81 | 14.7 | - |
| YUV | 162.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 75 | 0.53 | 0 | 0.64 | 0.17 | 108.97 | 0.61 | 0.56 |
| Hex | 64 | D3 | 4B | 35 | 0 | 40 | 11 | 6D | 3D | 38 |
| Octal | 144 | 323 | 113 | 65 | 0 | 100 | 21 | 155 | 75 | 70 |
| Binary | 1100100 | 11010011 | 1001011 | 110101 | 0 | 1000000 | 10001 | 1101101 | 111101 | 111000 |
Color Harmonies of #64D34B
Complementary color
Monochromatic Colors of #64D34B
Black with #64D34B
Text Example
Text Example
White with #64D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D34B; }
p { color: rgb(100,211,75); }
H1.HeaderClassName
{
color: #64D34B;
}
.AnyTagClassName
{
color: #64D34B;
}
</style>
background-color css
<style>
a { background-color: #64D34B; }
a { background-color: rgb(100,211,75); }
div.DivClassName
{
background-color: #64D34B;
}
.BgClassName
{
background-color: #64D34B;
}
</style>
border-color css
<style>
span { border-color: #64D34B; }
span { border-color: rgb(100,211,75); }
td.TdClassName
{
border-color: #64D34B;
}
.TagClassName
{
border-color: #64D34B;
}
</style>