Shades of Apple #65BA58
Tints of Apple #65BA58
RGB
CMYK
RGB Variations
Color information
#65BA58 (or 0x65BA58) is known color: Apple. HEX triplet: 65, BA and 58. RGB value is (101,186,88). Sum of RGB (Red+Green+Blue) = 101+186+88=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA58 is #9A45A7. Grayscale: #959595. Windows color (decimal): -10110376 or 5814885. OLE color: 5814885.
HSL color Cylindrical-coordinate representation of color #65BA58: hue angle of 112.04º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65BA58 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 88 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.27 |
| HSL | 112.04º | 0.42% | 0.54% | - |
| HSV(B) | 112.04º | 0.53% | 0.73% | - |
| XYZ | 24.69 | 38.59 | 15.38 | - |
| YUV | 149.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 88 | 0.46 | 0 | 0.53 | 0.27 | 112.04 | 0.42 | 0.54 |
| Hex | 65 | BA | 58 | 2E | 0 | 35 | 1B | 70 | 2A | 36 |
| Octal | 145 | 272 | 130 | 56 | 0 | 65 | 33 | 160 | 52 | 66 |
| Binary | 1100101 | 10111010 | 1011000 | 101110 | 0 | 110101 | 11011 | 1110000 | 101010 | 110110 |
Color Harmonies of #65BA58
Complementary color
Monochromatic Colors of #65BA58
Black with #65BA58
Text Example
Text Example
White with #65BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA58; }
p { color: rgb(101,186,88); }
H1.HeaderClassName
{
color: #65BA58;
}
.AnyTagClassName
{
color: #65BA58;
}
</style>
background-color css
<style>
a { background-color: #65BA58; }
a { background-color: rgb(101,186,88); }
div.DivClassName
{
background-color: #65BA58;
}
.BgClassName
{
background-color: #65BA58;
}
</style>
border-color css
<style>
span { border-color: #65BA58; }
span { border-color: rgb(101,186,88); }
td.TdClassName
{
border-color: #65BA58;
}
.TagClassName
{
border-color: #65BA58;
}
</style>