Shades of Apple #64C538
Tints of Apple #64C538
RGB
CMYK
RGB Variations
Color information
#64C538 (or 0x64C538) is known color: Apple. HEX triplet: 64, C5 and 38. RGB value is (100,197,56). Sum of RGB (Red+Green+Blue) = 100+197+56=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #64C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C538 is #9B3AC7. Grayscale: #989898. Windows color (decimal): -10173128 or 3720548. OLE color: 3720548.
HSL color Cylindrical-coordinate representation of color #64C538: hue angle of 101.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64C538 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 56 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.23 |
| HSL | 101.28º | 0.56% | 0.5% | - |
| HSV(B) | 101.28º | 0.72% | 0.77% | - |
| XYZ | 25.94 | 42.93 | 10.66 | - |
| YUV | 151.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 56 | 0.49 | 0 | 0.72 | 0.23 | 101.28 | 0.56 | 0.5 |
| Hex | 64 | C5 | 38 | 31 | 0 | 48 | 17 | 65 | 38 | 32 |
| Octal | 144 | 305 | 70 | 61 | 0 | 110 | 27 | 145 | 70 | 62 |
| Binary | 1100100 | 11000101 | 111000 | 110001 | 0 | 1001000 | 10111 | 1100101 | 111000 | 110010 |
Color Harmonies of #64C538
Complementary color
Monochromatic Colors of #64C538
Black with #64C538
Text Example
Text Example
White with #64C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C538; }
p { color: rgb(100,197,56); }
H1.HeaderClassName
{
color: #64C538;
}
.AnyTagClassName
{
color: #64C538;
}
</style>
background-color css
<style>
a { background-color: #64C538; }
a { background-color: rgb(100,197,56); }
div.DivClassName
{
background-color: #64C538;
}
.BgClassName
{
background-color: #64C538;
}
</style>
border-color css
<style>
span { border-color: #64C538; }
span { border-color: rgb(100,197,56); }
td.TdClassName
{
border-color: #64C538;
}
.TagClassName
{
border-color: #64C538;
}
</style>