Shades of Apple #64C839
Tints of Apple #64C839
RGB
CMYK
RGB Variations
Color information
#64C839 (or 0x64C839) is known color: Apple. HEX triplet: 64, C8 and 39. RGB value is (100,200,57). Sum of RGB (Red+Green+Blue) = 100+200+57=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #64C839 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C839 is #9B37C6. Grayscale: #9A9A9A. Windows color (decimal): -10172359 or 3786852. OLE color: 3786852.
HSL color Cylindrical-coordinate representation of color #64C839: hue angle of 101.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64C839 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 57 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.22 |
| HSL | 101.96º | 0.57% | 0.5% | - |
| HSV(B) | 101.96º | 0.72% | 0.78% | - |
| XYZ | 26.65 | 44.31 | 11.02 | - |
| YUV | 153.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 57 | 0.5 | 0 | 0.72 | 0.22 | 101.96 | 0.57 | 0.5 |
| Hex | 64 | C8 | 39 | 32 | 0 | 48 | 16 | 66 | 39 | 32 |
| Octal | 144 | 310 | 71 | 62 | 0 | 110 | 26 | 146 | 71 | 62 |
| Binary | 1100100 | 11001000 | 111001 | 110010 | 0 | 1001000 | 10110 | 1100110 | 111001 | 110010 |
Color Harmonies of #64C839
Complementary color
Monochromatic Colors of #64C839
Black with #64C839
Text Example
Text Example
White with #64C839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C839; }
p { color: rgb(100,200,57); }
H1.HeaderClassName
{
color: #64C839;
}
.AnyTagClassName
{
color: #64C839;
}
</style>
background-color css
<style>
a { background-color: #64C839; }
a { background-color: rgb(100,200,57); }
div.DivClassName
{
background-color: #64C839;
}
.BgClassName
{
background-color: #64C839;
}
</style>
border-color css
<style>
span { border-color: #64C839; }
span { border-color: rgb(100,200,57); }
td.TdClassName
{
border-color: #64C839;
}
.TagClassName
{
border-color: #64C839;
}
</style>