Shades of Apple #64CC4A
Tints of Apple #64CC4A
RGB
CMYK
RGB Variations
Color information
#64CC4A (or 0x64CC4A) is known color: Apple. HEX triplet: 64, CC and 4A. RGB value is (100,204,74). Sum of RGB (Red+Green+Blue) = 100+204+74=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC4A is #9B33B5. Grayscale: #9E9E9E. Windows color (decimal): -10171318 or 4901988. OLE color: 4901988.
HSL color Cylindrical-coordinate representation of color #64CC4A: hue angle of 108º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64CC4A is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 74 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.2 |
| HSL | 108º | 0.56% | 0.55% | - |
| HSV(B) | 108º | 0.64% | 0.8% | - |
| XYZ | 28.08 | 46.39 | 13.95 | - |
| YUV | 158.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 74 | 0.51 | 0 | 0.64 | 0.2 | 108 | 0.56 | 0.55 |
| Hex | 64 | CC | 4A | 33 | 0 | 40 | 14 | 6C | 38 | 37 |
| Octal | 144 | 314 | 112 | 63 | 0 | 100 | 24 | 154 | 70 | 67 |
| Binary | 1100100 | 11001100 | 1001010 | 110011 | 0 | 1000000 | 10100 | 1101100 | 111000 | 110111 |
Color Harmonies of #64CC4A
Complementary color
Monochromatic Colors of #64CC4A
Black with #64CC4A
Text Example
Text Example
White with #64CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC4A; }
p { color: rgb(100,204,74); }
H1.HeaderClassName
{
color: #64CC4A;
}
.AnyTagClassName
{
color: #64CC4A;
}
</style>
background-color css
<style>
a { background-color: #64CC4A; }
a { background-color: rgb(100,204,74); }
div.DivClassName
{
background-color: #64CC4A;
}
.BgClassName
{
background-color: #64CC4A;
}
</style>
border-color css
<style>
span { border-color: #64CC4A; }
span { border-color: rgb(100,204,74); }
td.TdClassName
{
border-color: #64CC4A;
}
.TagClassName
{
border-color: #64CC4A;
}
</style>