Shades of Apple #65BC56
Tints of Apple #65BC56
RGB
CMYK
RGB Variations
Color information
#65BC56 (or 0x65BC56) is known color: Apple. HEX triplet: 65, BC and 56. RGB value is (101,188,86). Sum of RGB (Red+Green+Blue) = 101+188+86=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC56 is #9A43A9. Grayscale: #969696. Windows color (decimal): -10109866 or 5684325. OLE color: 5684325.
HSL color Cylindrical-coordinate representation of color #65BC56: hue angle of 111.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65BC56 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 86 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.26 |
| HSL | 111.18º | 0.43% | 0.54% | - |
| HSV(B) | 111.18º | 0.54% | 0.74% | - |
| XYZ | 25.03 | 39.41 | 15.09 | - |
| YUV | 150.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 86 | 0.46 | 0 | 0.54 | 0.26 | 111.18 | 0.43 | 0.54 |
| Hex | 65 | BC | 56 | 2E | 0 | 36 | 1A | 6F | 2B | 36 |
| Octal | 145 | 274 | 126 | 56 | 0 | 66 | 32 | 157 | 53 | 66 |
| Binary | 1100101 | 10111100 | 1010110 | 101110 | 0 | 110110 | 11010 | 1101111 | 101011 | 110110 |
Color Harmonies of #65BC56
Complementary color
Monochromatic Colors of #65BC56
Black with #65BC56
Text Example
Text Example
White with #65BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC56; }
p { color: rgb(101,188,86); }
H1.HeaderClassName
{
color: #65BC56;
}
.AnyTagClassName
{
color: #65BC56;
}
</style>
background-color css
<style>
a { background-color: #65BC56; }
a { background-color: rgb(101,188,86); }
div.DivClassName
{
background-color: #65BC56;
}
.BgClassName
{
background-color: #65BC56;
}
</style>
border-color css
<style>
span { border-color: #65BC56; }
span { border-color: rgb(101,188,86); }
td.TdClassName
{
border-color: #65BC56;
}
.TagClassName
{
border-color: #65BC56;
}
</style>