Shades of Apple #64CC45
Tints of Apple #64CC45
RGB
CMYK
RGB Variations
Color information
#64CC45 (or 0x64CC45) is known color: Apple. HEX triplet: 64, CC and 45. RGB value is (100,204,69). Sum of RGB (Red+Green+Blue) = 100+204+69=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC45 is #9B33BA. Grayscale: #9D9D9D. Windows color (decimal): -10171323 or 4574308. OLE color: 4574308.
HSL color Cylindrical-coordinate representation of color #64CC45: hue angle of 106.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64CC45 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 69 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.2 |
| HSL | 106.22º | 0.57% | 0.54% | - |
| HSV(B) | 106.22º | 0.66% | 0.8% | - |
| XYZ | 27.92 | 46.32 | 13.1 | - |
| YUV | 157.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 69 | 0.51 | 0 | 0.66 | 0.2 | 106.22 | 0.57 | 0.54 |
| Hex | 64 | CC | 45 | 33 | 0 | 42 | 14 | 6A | 39 | 36 |
| Octal | 144 | 314 | 105 | 63 | 0 | 102 | 24 | 152 | 71 | 66 |
| Binary | 1100100 | 11001100 | 1000101 | 110011 | 0 | 1000010 | 10100 | 1101010 | 111001 | 110110 |
Color Harmonies of #64CC45
Complementary color
Monochromatic Colors of #64CC45
Black with #64CC45
Text Example
Text Example
White with #64CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC45; }
p { color: rgb(100,204,69); }
H1.HeaderClassName
{
color: #64CC45;
}
.AnyTagClassName
{
color: #64CC45;
}
</style>
background-color css
<style>
a { background-color: #64CC45; }
a { background-color: rgb(100,204,69); }
div.DivClassName
{
background-color: #64CC45;
}
.BgClassName
{
background-color: #64CC45;
}
</style>
border-color css
<style>
span { border-color: #64CC45; }
span { border-color: rgb(100,204,69); }
td.TdClassName
{
border-color: #64CC45;
}
.TagClassName
{
border-color: #64CC45;
}
</style>