Shades of Apple #65BA54
Tints of Apple #65BA54
RGB
CMYK
RGB Variations
Color information
#65BA54 (or 0x65BA54) is known color: Apple. HEX triplet: 65, BA and 54. RGB value is (101,186,84). Sum of RGB (Red+Green+Blue) = 101+186+84=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA54 is #9A45AB. Grayscale: #959595. Windows color (decimal): -10110380 or 5552741. OLE color: 5552741.
HSL color Cylindrical-coordinate representation of color #65BA54: hue angle of 110º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BA54 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 84 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.27 |
| HSL | 110º | 0.43% | 0.53% | - |
| HSV(B) | 110º | 0.55% | 0.73% | - |
| XYZ | 24.53 | 38.52 | 14.53 | - |
| YUV | 148.96 | 91.34 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 84 | 0.46 | 0 | 0.55 | 0.27 | 110 | 0.43 | 0.53 |
| Hex | 65 | BA | 54 | 2E | 0 | 37 | 1B | 6E | 2A | 35 |
| Octal | 145 | 272 | 124 | 56 | 0 | 67 | 33 | 156 | 52 | 65 |
| Binary | 1100101 | 10111010 | 1010100 | 101110 | 0 | 110111 | 11011 | 1101110 | 101010 | 110101 |
Color Harmonies of #65BA54
Complementary color
Monochromatic Colors of #65BA54
Black with #65BA54
Text Example
Text Example
White with #65BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA54; }
p { color: rgb(101,186,84); }
H1.HeaderClassName
{
color: #65BA54;
}
.AnyTagClassName
{
color: #65BA54;
}
</style>
background-color css
<style>
a { background-color: #65BA54; }
a { background-color: rgb(101,186,84); }
div.DivClassName
{
background-color: #65BA54;
}
.BgClassName
{
background-color: #65BA54;
}
</style>
border-color css
<style>
span { border-color: #65BA54; }
span { border-color: rgb(101,186,84); }
td.TdClassName
{
border-color: #65BA54;
}
.TagClassName
{
border-color: #65BA54;
}
</style>