Shades of Apple #64B03F
Tints of Apple #64B03F
RGB
CMYK
RGB Variations
Color information
#64B03F (or 0x64B03F) is known color: Apple. HEX triplet: 64, B0 and 3F. RGB value is (100,176,63). Sum of RGB (Red+Green+Blue) = 100+176+63=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #64B03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B03F is #9B4FC0. Grayscale: #8C8C8C. Windows color (decimal): -10178497 or 4173924. OLE color: 4173924.
HSL color Cylindrical-coordinate representation of color #64B03F: hue angle of 100.35º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64B03F is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 63 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.31 |
| HSL | 100.35º | 0.47% | 0.47% | - |
| HSV(B) | 100.35º | 0.64% | 0.69% | - |
| XYZ | 21.68 | 34.12 | 10.15 | - |
| YUV | 140.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 63 | 0.43 | 0 | 0.64 | 0.31 | 100.35 | 0.47 | 0.47 |
| Hex | 64 | B0 | 3F | 2B | 0 | 40 | 1F | 64 | 2F | 2F |
| Octal | 144 | 260 | 77 | 53 | 0 | 100 | 37 | 144 | 57 | 57 |
| Binary | 1100100 | 10110000 | 111111 | 101011 | 0 | 1000000 | 11111 | 1100100 | 101111 | 101111 |
Color Harmonies of #64B03F
Complementary color
Monochromatic Colors of #64B03F
Black with #64B03F
Text Example
Text Example
White with #64B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B03F; }
p { color: rgb(100,176,63); }
H1.HeaderClassName
{
color: #64B03F;
}
.AnyTagClassName
{
color: #64B03F;
}
</style>
background-color css
<style>
a { background-color: #64B03F; }
a { background-color: rgb(100,176,63); }
div.DivClassName
{
background-color: #64B03F;
}
.BgClassName
{
background-color: #64B03F;
}
</style>
border-color css
<style>
span { border-color: #64B03F; }
span { border-color: rgb(100,176,63); }
td.TdClassName
{
border-color: #64B03F;
}
.TagClassName
{
border-color: #64B03F;
}
</style>