Shades of Apple #64C950
Tints of Apple #64C950
RGB
CMYK
RGB Variations
Color information
#64C950 (or 0x64C950) is known color: Apple. HEX triplet: 64, C9 and 50. RGB value is (100,201,80). Sum of RGB (Red+Green+Blue) = 100+201+80=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #64C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C950 is #9B36AF. Grayscale: #9D9D9D. Windows color (decimal): -10172080 or 5294436. OLE color: 5294436.
HSL color Cylindrical-coordinate representation of color #64C950: hue angle of 110.08º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C950 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 80 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.21 |
| HSL | 110.08º | 0.53% | 0.55% | - |
| HSV(B) | 110.08º | 0.6% | 0.79% | - |
| XYZ | 27.59 | 45.06 | 14.83 | - |
| YUV | 157.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 80 | 0.50 | 0 | 0.60 | 0.21 | 110.08 | 0.53 | 0.55 |
| Hex | 64 | C9 | 50 | 32 | 0 | 3C | 15 | 6E | 35 | 37 |
| Octal | 144 | 311 | 120 | 62 | 0 | 74 | 25 | 156 | 65 | 67 |
| Binary | 1100100 | 11001001 | 1010000 | 110010 | 0 | 111100 | 10101 | 1101110 | 110101 | 110111 |
Color Harmonies of #64C950
Complementary color
Monochromatic Colors of #64C950
Black with #64C950
Text Example
Text Example
White with #64C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C950; }
p { color: rgb(100,201,80); }
H1.HeaderClassName
{
color: #64C950;
}
.AnyTagClassName
{
color: #64C950;
}
</style>
background-color css
<style>
a { background-color: #64C950; }
a { background-color: rgb(100,201,80); }
div.DivClassName
{
background-color: #64C950;
}
.BgClassName
{
background-color: #64C950;
}
</style>
border-color css
<style>
span { border-color: #64C950; }
span { border-color: rgb(100,201,80); }
td.TdClassName
{
border-color: #64C950;
}
.TagClassName
{
border-color: #64C950;
}
</style>