Shades of Apple #64DC45
Tints of Apple #64DC45
RGB
CMYK
RGB Variations
Color information
#64DC45 (or 0x64DC45) is known color: Apple. HEX triplet: 64, DC and 45. RGB value is (100,220,69). Sum of RGB (Red+Green+Blue) = 100+220+69=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC45 is #9B23BA. Grayscale: #A7A7A7. Windows color (decimal): -10167227 or 4578404. OLE color: 4578404.
HSL color Cylindrical-coordinate representation of color #64DC45: hue angle of 107.68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64DC45 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 69 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.14 |
| HSL | 107.68º | 0.68% | 0.57% | - |
| HSV(B) | 107.68º | 0.69% | 0.86% | - |
| XYZ | 31.92 | 54.33 | 14.43 | - |
| YUV | 166.91 | 72.74 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 69 | 0.55 | 0 | 0.69 | 0.14 | 107.68 | 0.68 | 0.57 |
| Hex | 64 | DC | 45 | 37 | 0 | 45 | E | 6C | 44 | 39 |
| Octal | 144 | 334 | 105 | 67 | 0 | 105 | 16 | 154 | 104 | 71 |
| Binary | 1100100 | 11011100 | 1000101 | 110111 | 0 | 1000101 | 1110 | 1101100 | 1000100 | 111001 |
Color Harmonies of #64DC45
Complementary color
Monochromatic Colors of #64DC45
Black with #64DC45
Text Example
Text Example
White with #64DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC45; }
p { color: rgb(100,220,69); }
H1.HeaderClassName
{
color: #64DC45;
}
.AnyTagClassName
{
color: #64DC45;
}
</style>
background-color css
<style>
a { background-color: #64DC45; }
a { background-color: rgb(100,220,69); }
div.DivClassName
{
background-color: #64DC45;
}
.BgClassName
{
background-color: #64DC45;
}
</style>
border-color css
<style>
span { border-color: #64DC45; }
span { border-color: rgb(100,220,69); }
td.TdClassName
{
border-color: #64DC45;
}
.TagClassName
{
border-color: #64DC45;
}
</style>