Shades of Apple #64C841
Tints of Apple #64C841
RGB
CMYK
RGB Variations
Color information
#64C841 (or 0x64C841) is known color: Apple. HEX triplet: 64, C8 and 41. RGB value is (100,200,65). Sum of RGB (Red+Green+Blue) = 100+200+65=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #64C841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C841 is #9B37BE. Grayscale: #9B9B9B. Windows color (decimal): -10172351 or 4311140. OLE color: 4311140.
HSL color Cylindrical-coordinate representation of color #64C841: hue angle of 104.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C841 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 65 | - |
| CMYK | 0.5 | 0 | 0.68 | 0.22 |
| HSL | 104.44º | 0.55% | 0.52% | - |
| HSV(B) | 104.44º | 0.68% | 0.78% | - |
| XYZ | 26.86 | 44.4 | 12.16 | - |
| YUV | 154.71 | 77.37 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 65 | 0.5 | 0 | 0.68 | 0.22 | 104.44 | 0.55 | 0.52 |
| Hex | 64 | C8 | 41 | 32 | 0 | 44 | 16 | 68 | 37 | 34 |
| Octal | 144 | 310 | 101 | 62 | 0 | 104 | 26 | 150 | 67 | 64 |
| Binary | 1100100 | 11001000 | 1000001 | 110010 | 0 | 1000100 | 10110 | 1101000 | 110111 | 110100 |
Color Harmonies of #64C841
Complementary color
Monochromatic Colors of #64C841
Black with #64C841
Text Example
Text Example
White with #64C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C841; }
p { color: rgb(100,200,65); }
H1.HeaderClassName
{
color: #64C841;
}
.AnyTagClassName
{
color: #64C841;
}
</style>
background-color css
<style>
a { background-color: #64C841; }
a { background-color: rgb(100,200,65); }
div.DivClassName
{
background-color: #64C841;
}
.BgClassName
{
background-color: #64C841;
}
</style>
border-color css
<style>
span { border-color: #64C841; }
span { border-color: rgb(100,200,65); }
td.TdClassName
{
border-color: #64C841;
}
.TagClassName
{
border-color: #64C841;
}
</style>