Shades of Apple #64D045
Tints of Apple #64D045
RGB
CMYK
RGB Variations
Color information
#64D045 (or 0x64D045) is known color: Apple. HEX triplet: 64, D0 and 45. RGB value is (100,208,69). Sum of RGB (Red+Green+Blue) = 100+208+69=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #64D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D045 is #9B2FBA. Grayscale: #A0A0A0. Windows color (decimal): -10170299 or 4575332. OLE color: 4575332.
HSL color Cylindrical-coordinate representation of color #64D045: hue angle of 106.62º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64D045 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 69 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.18 |
| HSL | 106.62º | 0.6% | 0.54% | - |
| HSV(B) | 106.62º | 0.67% | 0.82% | - |
| XYZ | 28.89 | 48.25 | 13.42 | - |
| YUV | 159.86 | 76.72 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 69 | 0.52 | 0 | 0.67 | 0.18 | 106.62 | 0.6 | 0.54 |
| Hex | 64 | D0 | 45 | 34 | 0 | 43 | 12 | 6B | 3C | 36 |
| Octal | 144 | 320 | 105 | 64 | 0 | 103 | 22 | 153 | 74 | 66 |
| Binary | 1100100 | 11010000 | 1000101 | 110100 | 0 | 1000011 | 10010 | 1101011 | 111100 | 110110 |
Color Harmonies of #64D045
Complementary color
Monochromatic Colors of #64D045
Black with #64D045
Text Example
Text Example
White with #64D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D045; }
p { color: rgb(100,208,69); }
H1.HeaderClassName
{
color: #64D045;
}
.AnyTagClassName
{
color: #64D045;
}
</style>
background-color css
<style>
a { background-color: #64D045; }
a { background-color: rgb(100,208,69); }
div.DivClassName
{
background-color: #64D045;
}
.BgClassName
{
background-color: #64D045;
}
</style>
border-color css
<style>
span { border-color: #64D045; }
span { border-color: rgb(100,208,69); }
td.TdClassName
{
border-color: #64D045;
}
.TagClassName
{
border-color: #64D045;
}
</style>