Shades of Apple #64C94C
Tints of Apple #64C94C
RGB
CMYK
RGB Variations
Color information
#64C94C (or 0x64C94C) is known color: Apple. HEX triplet: 64, C9 and 4C. RGB value is (100,201,76). Sum of RGB (Red+Green+Blue) = 100+201+76=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #64C94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C94C is #9B36B3. Grayscale: #9C9C9C. Windows color (decimal): -10172084 or 5032292. OLE color: 5032292.
HSL color Cylindrical-coordinate representation of color #64C94C: hue angle of 108.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C94C is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 76 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.21 |
| HSL | 108.48º | 0.54% | 0.54% | - |
| HSV(B) | 108.48º | 0.62% | 0.79% | - |
| XYZ | 27.45 | 45 | 14.08 | - |
| YUV | 156.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 76 | 0.50 | 0 | 0.62 | 0.21 | 108.48 | 0.54 | 0.54 |
| Hex | 64 | C9 | 4C | 32 | 0 | 3E | 15 | 6C | 36 | 36 |
| Octal | 144 | 311 | 114 | 62 | 0 | 76 | 25 | 154 | 66 | 66 |
| Binary | 1100100 | 11001001 | 1001100 | 110010 | 0 | 111110 | 10101 | 1101100 | 110110 | 110110 |
Color Harmonies of #64C94C
Complementary color
Monochromatic Colors of #64C94C
Black with #64C94C
Text Example
Text Example
White with #64C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C94C; }
p { color: rgb(100,201,76); }
H1.HeaderClassName
{
color: #64C94C;
}
.AnyTagClassName
{
color: #64C94C;
}
</style>
background-color css
<style>
a { background-color: #64C94C; }
a { background-color: rgb(100,201,76); }
div.DivClassName
{
background-color: #64C94C;
}
.BgClassName
{
background-color: #64C94C;
}
</style>
border-color css
<style>
span { border-color: #64C94C; }
span { border-color: rgb(100,201,76); }
td.TdClassName
{
border-color: #64C94C;
}
.TagClassName
{
border-color: #64C94C;
}
</style>