Shades of Apple #65BB57
Tints of Apple #65BB57
RGB
CMYK
RGB Variations
Color information
#65BB57 (or 0x65BB57) is known color: Apple. HEX triplet: 65, BB and 57. RGB value is (101,187,87). Sum of RGB (Red+Green+Blue) = 101+187+87=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BB57 is #9A44A8. Grayscale: #969696. Windows color (decimal): -10110121 or 5749605. OLE color: 5749605.
HSL color Cylindrical-coordinate representation of color #65BB57: hue angle of 111.6º 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 #65BB57 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 87 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.27 |
| HSL | 111.6º | 0.42% | 0.54% | - |
| HSV(B) | 111.6º | 0.53% | 0.73% | - |
| XYZ | 24.86 | 39 | 15.23 | - |
| YUV | 149.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 87 | 0.46 | 0 | 0.53 | 0.27 | 111.6 | 0.42 | 0.54 |
| Hex | 65 | BB | 57 | 2E | 0 | 35 | 1B | 70 | 2A | 36 |
| Octal | 145 | 273 | 127 | 56 | 0 | 65 | 33 | 160 | 52 | 66 |
| Binary | 1100101 | 10111011 | 1010111 | 101110 | 0 | 110101 | 11011 | 1110000 | 101010 | 110110 |
Color Harmonies of #65BB57
Complementary color
Monochromatic Colors of #65BB57
Black with #65BB57
Text Example
Text Example
White with #65BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB57; }
p { color: rgb(101,187,87); }
H1.HeaderClassName
{
color: #65BB57;
}
.AnyTagClassName
{
color: #65BB57;
}
</style>
background-color css
<style>
a { background-color: #65BB57; }
a { background-color: rgb(101,187,87); }
div.DivClassName
{
background-color: #65BB57;
}
.BgClassName
{
background-color: #65BB57;
}
</style>
border-color css
<style>
span { border-color: #65BB57; }
span { border-color: rgb(101,187,87); }
td.TdClassName
{
border-color: #65BB57;
}
.TagClassName
{
border-color: #65BB57;
}
</style>