Shades of Apple #64C440
Tints of Apple #64C440
RGB
CMYK
RGB Variations
Color information
#64C440 (or 0x64C440) is known color: Apple. HEX triplet: 64, C4 and 40. RGB value is (100,196,64). Sum of RGB (Red+Green+Blue) = 100+196+64=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #64C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C440 is #9B3BBF. Grayscale: #989898. Windows color (decimal): -10173376 or 4244580. OLE color: 4244580.
HSL color Cylindrical-coordinate representation of color #64C440: hue angle of 103.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C440 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 64 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.23 |
| HSL | 103.64º | 0.53% | 0.51% | - |
| HSV(B) | 103.64º | 0.67% | 0.77% | - |
| XYZ | 25.92 | 42.56 | 11.7 | - |
| YUV | 152.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 64 | 0.49 | 0 | 0.67 | 0.23 | 103.64 | 0.53 | 0.51 |
| Hex | 64 | C4 | 40 | 31 | 0 | 43 | 17 | 68 | 35 | 33 |
| Octal | 144 | 304 | 100 | 61 | 0 | 103 | 27 | 150 | 65 | 63 |
| Binary | 1100100 | 11000100 | 1000000 | 110001 | 0 | 1000011 | 10111 | 1101000 | 110101 | 110011 |
Color Harmonies of #64C440
Complementary color
Monochromatic Colors of #64C440
Black with #64C440
Text Example
Text Example
White with #64C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C440; }
p { color: rgb(100,196,64); }
H1.HeaderClassName
{
color: #64C440;
}
.AnyTagClassName
{
color: #64C440;
}
</style>
background-color css
<style>
a { background-color: #64C440; }
a { background-color: rgb(100,196,64); }
div.DivClassName
{
background-color: #64C440;
}
.BgClassName
{
background-color: #64C440;
}
</style>
border-color css
<style>
span { border-color: #64C440; }
span { border-color: rgb(100,196,64); }
td.TdClassName
{
border-color: #64C440;
}
.TagClassName
{
border-color: #64C440;
}
</style>