Shades of Apple #64B63F
Tints of Apple #64B63F
RGB
CMYK
RGB Variations
Color information
#64B63F (or 0x64B63F) is known color: Apple. HEX triplet: 64, B6 and 3F. RGB value is (100,182,63). Sum of RGB (Red+Green+Blue) = 100+182+63=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #64B63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B63F is #9B49C0. Grayscale: #909090. Windows color (decimal): -10176961 or 4175460. OLE color: 4175460.
HSL color Cylindrical-coordinate representation of color #64B63F: hue angle of 101.34º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64B63F is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 63 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.29 |
| HSL | 101.34º | 0.49% | 0.48% | - |
| HSV(B) | 101.34º | 0.65% | 0.71% | - |
| XYZ | 22.88 | 36.52 | 10.55 | - |
| YUV | 143.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 63 | 0.45 | 0 | 0.65 | 0.29 | 101.34 | 0.49 | 0.48 |
| Hex | 64 | B6 | 3F | 2D | 0 | 41 | 1D | 65 | 31 | 30 |
| Octal | 144 | 266 | 77 | 55 | 0 | 101 | 35 | 145 | 61 | 60 |
| Binary | 1100100 | 10110110 | 111111 | 101101 | 0 | 1000001 | 11101 | 1100101 | 110001 | 110000 |
Color Harmonies of #64B63F
Complementary color
Monochromatic Colors of #64B63F
Black with #64B63F
Text Example
Text Example
White with #64B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B63F; }
p { color: rgb(100,182,63); }
H1.HeaderClassName
{
color: #64B63F;
}
.AnyTagClassName
{
color: #64B63F;
}
</style>
background-color css
<style>
a { background-color: #64B63F; }
a { background-color: rgb(100,182,63); }
div.DivClassName
{
background-color: #64B63F;
}
.BgClassName
{
background-color: #64B63F;
}
</style>
border-color css
<style>
span { border-color: #64B63F; }
span { border-color: rgb(100,182,63); }
td.TdClassName
{
border-color: #64B63F;
}
.TagClassName
{
border-color: #64B63F;
}
</style>