Shades of Apple #65C550
Tints of Apple #65C550
RGB
CMYK
RGB Variations
Color information
#65C550 (or 0x65C550) is known color: Apple. HEX triplet: 65, C5 and 50. RGB value is (101,197,80). Sum of RGB (Red+Green+Blue) = 101+197+80=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #65C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C550 is #9A3AAF. Grayscale: #9B9B9B. Windows color (decimal): -10107568 or 5293413. OLE color: 5293413.
HSL color Cylindrical-coordinate representation of color #65C550: hue angle of 109.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C550 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 80 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.23 |
| HSL | 109.23º | 0.5% | 0.54% | - |
| HSV(B) | 109.23º | 0.59% | 0.77% | - |
| XYZ | 26.78 | 43.28 | 14.53 | - |
| YUV | 154.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 80 | 0.49 | 0 | 0.59 | 0.23 | 109.23 | 0.5 | 0.54 |
| Hex | 65 | C5 | 50 | 31 | 0 | 3B | 17 | 6D | 32 | 36 |
| Octal | 145 | 305 | 120 | 61 | 0 | 73 | 27 | 155 | 62 | 66 |
| Binary | 1100101 | 11000101 | 1010000 | 110001 | 0 | 111011 | 10111 | 1101101 | 110010 | 110110 |
Color Harmonies of #65C550
Complementary color
Monochromatic Colors of #65C550
Black with #65C550
Text Example
Text Example
White with #65C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C550; }
p { color: rgb(101,197,80); }
H1.HeaderClassName
{
color: #65C550;
}
.AnyTagClassName
{
color: #65C550;
}
</style>
background-color css
<style>
a { background-color: #65C550; }
a { background-color: rgb(101,197,80); }
div.DivClassName
{
background-color: #65C550;
}
.BgClassName
{
background-color: #65C550;
}
</style>
border-color css
<style>
span { border-color: #65C550; }
span { border-color: rgb(101,197,80); }
td.TdClassName
{
border-color: #65C550;
}
.TagClassName
{
border-color: #65C550;
}
</style>