Shades of Apple #64C94D
Tints of Apple #64C94D
RGB
CMYK
RGB Variations
Color information
#64C94D (or 0x64C94D) is known color: Apple. HEX triplet: 64, C9 and 4D. RGB value is (100,201,77). Sum of RGB (Red+Green+Blue) = 100+201+77=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #64C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C94D is #9B36B2. Grayscale: #9D9D9D. Windows color (decimal): -10172083 or 5097828. OLE color: 5097828.
HSL color Cylindrical-coordinate representation of color #64C94D: hue angle of 108.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C94D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 77 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.21 |
| HSL | 108.87º | 0.53% | 0.55% | - |
| HSV(B) | 108.87º | 0.62% | 0.79% | - |
| XYZ | 27.48 | 45.02 | 14.26 | - |
| YUV | 156.67 | 83.04 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 77 | 0.50 | 0 | 0.62 | 0.21 | 108.87 | 0.53 | 0.55 |
| Hex | 64 | C9 | 4D | 32 | 0 | 3E | 15 | 6D | 35 | 37 |
| Octal | 144 | 311 | 115 | 62 | 0 | 76 | 25 | 155 | 65 | 67 |
| Binary | 1100100 | 11001001 | 1001101 | 110010 | 0 | 111110 | 10101 | 1101101 | 110101 | 110111 |
Color Harmonies of #64C94D
Complementary color
Monochromatic Colors of #64C94D
Black with #64C94D
Text Example
Text Example
White with #64C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C94D; }
p { color: rgb(100,201,77); }
H1.HeaderClassName
{
color: #64C94D;
}
.AnyTagClassName
{
color: #64C94D;
}
</style>
background-color css
<style>
a { background-color: #64C94D; }
a { background-color: rgb(100,201,77); }
div.DivClassName
{
background-color: #64C94D;
}
.BgClassName
{
background-color: #64C94D;
}
</style>
border-color css
<style>
span { border-color: #64C94D; }
span { border-color: rgb(100,201,77); }
td.TdClassName
{
border-color: #64C94D;
}
.TagClassName
{
border-color: #64C94D;
}
</style>