Shades of Apple #64C43F
Tints of Apple #64C43F
RGB
CMYK
RGB Variations
Color information
#64C43F (or 0x64C43F) is known color: Apple. HEX triplet: 64, C4 and 3F. RGB value is (100,196,63). Sum of RGB (Red+Green+Blue) = 100+196+63=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #64C43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C43F is #9B3BC0. Grayscale: #989898. Windows color (decimal): -10173377 or 4179044. OLE color: 4179044.
HSL color Cylindrical-coordinate representation of color #64C43F: hue angle of 103.31º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C43F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 63 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.23 |
| HSL | 103.31º | 0.53% | 0.51% | - |
| HSV(B) | 103.31º | 0.68% | 0.77% | - |
| XYZ | 25.89 | 42.55 | 11.55 | - |
| YUV | 152.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 63 | 0.49 | 0 | 0.68 | 0.23 | 103.31 | 0.53 | 0.51 |
| Hex | 64 | C4 | 3F | 31 | 0 | 44 | 17 | 67 | 35 | 33 |
| Octal | 144 | 304 | 77 | 61 | 0 | 104 | 27 | 147 | 65 | 63 |
| Binary | 1100100 | 11000100 | 111111 | 110001 | 0 | 1000100 | 10111 | 1100111 | 110101 | 110011 |
Color Harmonies of #64C43F
Complementary color
Monochromatic Colors of #64C43F
Black with #64C43F
Text Example
Text Example
White with #64C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C43F; }
p { color: rgb(100,196,63); }
H1.HeaderClassName
{
color: #64C43F;
}
.AnyTagClassName
{
color: #64C43F;
}
</style>
background-color css
<style>
a { background-color: #64C43F; }
a { background-color: rgb(100,196,63); }
div.DivClassName
{
background-color: #64C43F;
}
.BgClassName
{
background-color: #64C43F;
}
</style>
border-color css
<style>
span { border-color: #64C43F; }
span { border-color: rgb(100,196,63); }
td.TdClassName
{
border-color: #64C43F;
}
.TagClassName
{
border-color: #64C43F;
}
</style>