Shades of Apple #64C548
Tints of Apple #64C548
RGB
CMYK
RGB Variations
Color information
#64C548 (or 0x64C548) is known color: Apple. HEX triplet: 64, C5 and 48. RGB value is (100,197,72). Sum of RGB (Red+Green+Blue) = 100+197+72=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #64C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C548 is #9B3AB7. Grayscale: #9A9A9A. Windows color (decimal): -10173112 or 4769124. OLE color: 4769124.
HSL color Cylindrical-coordinate representation of color #64C548: hue angle of 106.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64C548 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 72 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.23 |
| HSL | 106.56º | 0.52% | 0.53% | - |
| HSV(B) | 106.56º | 0.63% | 0.77% | - |
| XYZ | 26.39 | 43.11 | 13.06 | - |
| YUV | 153.75 | 81.86 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 72 | 0.49 | 0 | 0.63 | 0.23 | 106.56 | 0.52 | 0.53 |
| Hex | 64 | C5 | 48 | 31 | 0 | 3F | 17 | 6B | 34 | 35 |
| Octal | 144 | 305 | 110 | 61 | 0 | 77 | 27 | 153 | 64 | 65 |
| Binary | 1100100 | 11000101 | 1001000 | 110001 | 0 | 111111 | 10111 | 1101011 | 110100 | 110101 |
Color Harmonies of #64C548
Complementary color
Monochromatic Colors of #64C548
Black with #64C548
Text Example
Text Example
White with #64C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C548; }
p { color: rgb(100,197,72); }
H1.HeaderClassName
{
color: #64C548;
}
.AnyTagClassName
{
color: #64C548;
}
</style>
background-color css
<style>
a { background-color: #64C548; }
a { background-color: rgb(100,197,72); }
div.DivClassName
{
background-color: #64C548;
}
.BgClassName
{
background-color: #64C548;
}
</style>
border-color css
<style>
span { border-color: #64C548; }
span { border-color: rgb(100,197,72); }
td.TdClassName
{
border-color: #64C548;
}
.TagClassName
{
border-color: #64C548;
}
</style>