Shades of Apple #64D74A
Tints of Apple #64D74A
RGB
CMYK
RGB Variations
Color information
#64D74A (or 0x64D74A) is known color: Apple. HEX triplet: 64, D7 and 4A. RGB value is (100,215,74). Sum of RGB (Red+Green+Blue) = 100+215+74=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #64D74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D74A is #9B28B5. Grayscale: #A4A4A4. Windows color (decimal): -10168502 or 4904804. OLE color: 4904804.
HSL color Cylindrical-coordinate representation of color #64D74A: hue angle of 108.94º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64D74A is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 74 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.16 |
| HSL | 108.94º | 0.64% | 0.57% | - |
| HSV(B) | 108.94º | 0.66% | 0.84% | - |
| XYZ | 30.79 | 51.8 | 14.85 | - |
| YUV | 164.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 74 | 0.53 | 0 | 0.66 | 0.16 | 108.94 | 0.64 | 0.57 |
| Hex | 64 | D7 | 4A | 35 | 0 | 42 | 10 | 6D | 40 | 39 |
| Octal | 144 | 327 | 112 | 65 | 0 | 102 | 20 | 155 | 100 | 71 |
| Binary | 1100100 | 11010111 | 1001010 | 110101 | 0 | 1000010 | 10000 | 1101101 | 1000000 | 111001 |
Color Harmonies of #64D74A
Complementary color
Monochromatic Colors of #64D74A
Black with #64D74A
Text Example
Text Example
White with #64D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D74A; }
p { color: rgb(100,215,74); }
H1.HeaderClassName
{
color: #64D74A;
}
.AnyTagClassName
{
color: #64D74A;
}
</style>
background-color css
<style>
a { background-color: #64D74A; }
a { background-color: rgb(100,215,74); }
div.DivClassName
{
background-color: #64D74A;
}
.BgClassName
{
background-color: #64D74A;
}
</style>
border-color css
<style>
span { border-color: #64D74A; }
span { border-color: rgb(100,215,74); }
td.TdClassName
{
border-color: #64D74A;
}
.TagClassName
{
border-color: #64D74A;
}
</style>