Shades of Apple #65D045
Tints of Apple #65D045
RGB
CMYK
RGB Variations
Color information
#65D045 (or 0x65D045) is known color: Apple. HEX triplet: 65, D0 and 45. RGB value is (101,208,69). Sum of RGB (Red+Green+Blue) = 101+208+69=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #65D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D045 is #9A2FBA. Grayscale: #A0A0A0. Windows color (decimal): -10104763 or 4575333. OLE color: 4575333.
HSL color Cylindrical-coordinate representation of color #65D045: hue angle of 106.19º 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 #65D045 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 69 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.18 |
| HSL | 106.19º | 0.6% | 0.54% | - |
| HSV(B) | 106.19º | 0.67% | 0.82% | - |
| XYZ | 29 | 48.31 | 13.43 | - |
| YUV | 160.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 69 | 0.51 | 0 | 0.67 | 0.18 | 106.19 | 0.6 | 0.54 |
| Hex | 65 | D0 | 45 | 33 | 0 | 43 | 12 | 6A | 3C | 36 |
| Octal | 145 | 320 | 105 | 63 | 0 | 103 | 22 | 152 | 74 | 66 |
| Binary | 1100101 | 11010000 | 1000101 | 110011 | 0 | 1000011 | 10010 | 1101010 | 111100 | 110110 |
Color Harmonies of #65D045
Complementary color
Monochromatic Colors of #65D045
Black with #65D045
Text Example
Text Example
White with #65D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D045; }
p { color: rgb(101,208,69); }
H1.HeaderClassName
{
color: #65D045;
}
.AnyTagClassName
{
color: #65D045;
}
</style>
background-color css
<style>
a { background-color: #65D045; }
a { background-color: rgb(101,208,69); }
div.DivClassName
{
background-color: #65D045;
}
.BgClassName
{
background-color: #65D045;
}
</style>
border-color css
<style>
span { border-color: #65D045; }
span { border-color: rgb(101,208,69); }
td.TdClassName
{
border-color: #65D045;
}
.TagClassName
{
border-color: #65D045;
}
</style>