Shades of Apple #65C155
Tints of Apple #65C155
RGB
CMYK
RGB Variations
Color information
#65C155 (or 0x65C155) is known color: Apple. HEX triplet: 65, C1 and 55. RGB value is (101,193,85). Sum of RGB (Red+Green+Blue) = 101+193+85=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #65C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C155 is #9A3EAA. Grayscale: #999999. Windows color (decimal): -10108587 or 5620069. OLE color: 5620069.
HSL color Cylindrical-coordinate representation of color #65C155: hue angle of 111.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65C155 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 85 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.24 |
| HSL | 111.11º | 0.47% | 0.55% | - |
| HSV(B) | 111.11º | 0.56% | 0.76% | - |
| XYZ | 26.08 | 41.56 | 15.24 | - |
| YUV | 153.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 85 | 0.48 | 0 | 0.56 | 0.24 | 111.11 | 0.47 | 0.55 |
| Hex | 65 | C1 | 55 | 30 | 0 | 38 | 18 | 6F | 2F | 37 |
| Octal | 145 | 301 | 125 | 60 | 0 | 70 | 30 | 157 | 57 | 67 |
| Binary | 1100101 | 11000001 | 1010101 | 110000 | 0 | 111000 | 11000 | 1101111 | 101111 | 110111 |
Color Harmonies of #65C155
Complementary color
Monochromatic Colors of #65C155
Black with #65C155
Text Example
Text Example
White with #65C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C155; }
p { color: rgb(101,193,85); }
H1.HeaderClassName
{
color: #65C155;
}
.AnyTagClassName
{
color: #65C155;
}
</style>
background-color css
<style>
a { background-color: #65C155; }
a { background-color: rgb(101,193,85); }
div.DivClassName
{
background-color: #65C155;
}
.BgClassName
{
background-color: #65C155;
}
</style>
border-color css
<style>
span { border-color: #65C155; }
span { border-color: rgb(101,193,85); }
td.TdClassName
{
border-color: #65C155;
}
.TagClassName
{
border-color: #65C155;
}
</style>