Shades of Apple #65BB55
Tints of Apple #65BB55
RGB
CMYK
RGB Variations
Color information
#65BB55 (or 0x65BB55) is known color: Apple. HEX triplet: 65, BB and 55. RGB value is (101,187,85). Sum of RGB (Red+Green+Blue) = 101+187+85=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BB55 is #9A44AA. Grayscale: #959595. Windows color (decimal): -10110123 or 5618533. OLE color: 5618533.
HSL color Cylindrical-coordinate representation of color #65BB55: hue angle of 110.59º 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 #65BB55 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 85 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.27 |
| HSL | 110.59º | 0.43% | 0.53% | - |
| HSV(B) | 110.59º | 0.55% | 0.73% | - |
| XYZ | 24.78 | 38.96 | 14.81 | - |
| YUV | 149.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 85 | 0.46 | 0 | 0.55 | 0.27 | 110.59 | 0.43 | 0.53 |
| Hex | 65 | BB | 55 | 2E | 0 | 37 | 1B | 6F | 2B | 35 |
| Octal | 145 | 273 | 125 | 56 | 0 | 67 | 33 | 157 | 53 | 65 |
| Binary | 1100101 | 10111011 | 1010101 | 101110 | 0 | 110111 | 11011 | 1101111 | 101011 | 110101 |
Color Harmonies of #65BB55
Complementary color
Monochromatic Colors of #65BB55
Black with #65BB55
Text Example
Text Example
White with #65BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB55; }
p { color: rgb(101,187,85); }
H1.HeaderClassName
{
color: #65BB55;
}
.AnyTagClassName
{
color: #65BB55;
}
</style>
background-color css
<style>
a { background-color: #65BB55; }
a { background-color: rgb(101,187,85); }
div.DivClassName
{
background-color: #65BB55;
}
.BgClassName
{
background-color: #65BB55;
}
</style>
border-color css
<style>
span { border-color: #65BB55; }
span { border-color: rgb(101,187,85); }
td.TdClassName
{
border-color: #65BB55;
}
.TagClassName
{
border-color: #65BB55;
}
</style>