Shades of Apple #65BA45
Tints of Apple #65BA45
RGB
CMYK
RGB Variations
Color information
#65BA45 (or 0x65BA45) is known color: Apple. HEX triplet: 65, BA and 45. RGB value is (101,186,69). Sum of RGB (Red+Green+Blue) = 101+186+69=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BA45 is #9A45BA. Grayscale: #939393. Windows color (decimal): -10110395 or 4569701. OLE color: 4569701.
HSL color Cylindrical-coordinate representation of color #65BA45: hue angle of 103.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65BA45 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 69 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.27 |
| HSL | 103.59º | 0.46% | 0.5% | - |
| HSV(B) | 103.59º | 0.63% | 0.73% | - |
| XYZ | 24 | 38.31 | 11.76 | - |
| YUV | 147.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 69 | 0.46 | 0 | 0.63 | 0.27 | 103.59 | 0.46 | 0.5 |
| Hex | 65 | BA | 45 | 2E | 0 | 3F | 1B | 68 | 2E | 32 |
| Octal | 145 | 272 | 105 | 56 | 0 | 77 | 33 | 150 | 56 | 62 |
| Binary | 1100101 | 10111010 | 1000101 | 101110 | 0 | 111111 | 11011 | 1101000 | 101110 | 110010 |
Color Harmonies of #65BA45
Complementary color
Monochromatic Colors of #65BA45
Black with #65BA45
Text Example
Text Example
White with #65BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA45; }
p { color: rgb(101,186,69); }
H1.HeaderClassName
{
color: #65BA45;
}
.AnyTagClassName
{
color: #65BA45;
}
</style>
background-color css
<style>
a { background-color: #65BA45; }
a { background-color: rgb(101,186,69); }
div.DivClassName
{
background-color: #65BA45;
}
.BgClassName
{
background-color: #65BA45;
}
</style>
border-color css
<style>
span { border-color: #65BA45; }
span { border-color: rgb(101,186,69); }
td.TdClassName
{
border-color: #65BA45;
}
.TagClassName
{
border-color: #65BA45;
}
</style>