Shades of Apple #65C055
Tints of Apple #65C055
RGB
CMYK
RGB Variations
Color information
#65C055 (or 0x65C055) is known color: Apple. HEX triplet: 65, C0 and 55. RGB value is (101,192,85). Sum of RGB (Red+Green+Blue) = 101+192+85=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #65C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C055 is #9A3FAA. Grayscale: #989898. Windows color (decimal): -10108843 or 5619813. OLE color: 5619813.
HSL color Cylindrical-coordinate representation of color #65C055: hue angle of 111.03º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65C055 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 85 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.25 |
| HSL | 111.03º | 0.46% | 0.54% | - |
| HSV(B) | 111.03º | 0.56% | 0.75% | - |
| XYZ | 25.86 | 41.12 | 15.17 | - |
| YUV | 152.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 85 | 0.47 | 0 | 0.56 | 0.25 | 111.03 | 0.46 | 0.54 |
| Hex | 65 | C0 | 55 | 2F | 0 | 38 | 19 | 6F | 2E | 36 |
| Octal | 145 | 300 | 125 | 57 | 0 | 70 | 31 | 157 | 56 | 66 |
| Binary | 1100101 | 11000000 | 1010101 | 101111 | 0 | 111000 | 11001 | 1101111 | 101110 | 110110 |
Color Harmonies of #65C055
Complementary color
Monochromatic Colors of #65C055
Black with #65C055
Text Example
Text Example
White with #65C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C055; }
p { color: rgb(101,192,85); }
H1.HeaderClassName
{
color: #65C055;
}
.AnyTagClassName
{
color: #65C055;
}
</style>
background-color css
<style>
a { background-color: #65C055; }
a { background-color: rgb(101,192,85); }
div.DivClassName
{
background-color: #65C055;
}
.BgClassName
{
background-color: #65C055;
}
</style>
border-color css
<style>
span { border-color: #65C055; }
span { border-color: rgb(101,192,85); }
td.TdClassName
{
border-color: #65C055;
}
.TagClassName
{
border-color: #65C055;
}
</style>