Shades of Apple #64D04A
Tints of Apple #64D04A
RGB
CMYK
RGB Variations
Color information
#64D04A (or 0x64D04A) is known color: Apple. HEX triplet: 64, D0 and 4A. RGB value is (100,208,74). Sum of RGB (Red+Green+Blue) = 100+208+74=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #64D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D04A is #9B2FB5. Grayscale: #A0A0A0. Windows color (decimal): -10170294 or 4903012. OLE color: 4903012.
HSL color Cylindrical-coordinate representation of color #64D04A: hue angle of 108.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64D04A is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 74 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.18 |
| HSL | 108.36º | 0.59% | 0.55% | - |
| HSV(B) | 108.36º | 0.64% | 0.82% | - |
| XYZ | 29.05 | 48.32 | 14.27 | - |
| YUV | 160.43 | 79.22 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 74 | 0.52 | 0 | 0.64 | 0.18 | 108.36 | 0.59 | 0.55 |
| Hex | 64 | D0 | 4A | 34 | 0 | 40 | 12 | 6C | 3B | 37 |
| Octal | 144 | 320 | 112 | 64 | 0 | 100 | 22 | 154 | 73 | 67 |
| Binary | 1100100 | 11010000 | 1001010 | 110100 | 0 | 1000000 | 10010 | 1101100 | 111011 | 110111 |
Color Harmonies of #64D04A
Complementary color
Monochromatic Colors of #64D04A
Black with #64D04A
Text Example
Text Example
White with #64D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D04A; }
p { color: rgb(100,208,74); }
H1.HeaderClassName
{
color: #64D04A;
}
.AnyTagClassName
{
color: #64D04A;
}
</style>
background-color css
<style>
a { background-color: #64D04A; }
a { background-color: rgb(100,208,74); }
div.DivClassName
{
background-color: #64D04A;
}
.BgClassName
{
background-color: #64D04A;
}
</style>
border-color css
<style>
span { border-color: #64D04A; }
span { border-color: rgb(100,208,74); }
td.TdClassName
{
border-color: #64D04A;
}
.TagClassName
{
border-color: #64D04A;
}
</style>