Shades of Apple #65BC57
Tints of Apple #65BC57
RGB
CMYK
RGB Variations
Color information
#65BC57 (or 0x65BC57) is known color: Apple. HEX triplet: 65, BC and 57. RGB value is (101,188,87). Sum of RGB (Red+Green+Blue) = 101+188+87=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC57 is #9A43A8. Grayscale: #969696. Windows color (decimal): -10109865 or 5749861. OLE color: 5749861.
HSL color Cylindrical-coordinate representation of color #65BC57: hue angle of 111.68º 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 #65BC57 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 87 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.26 |
| HSL | 111.68º | 0.43% | 0.54% | - |
| HSV(B) | 111.68º | 0.54% | 0.74% | - |
| XYZ | 25.07 | 39.42 | 15.3 | - |
| YUV | 150.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 87 | 0.46 | 0 | 0.54 | 0.26 | 111.68 | 0.43 | 0.54 |
| Hex | 65 | BC | 57 | 2E | 0 | 36 | 1A | 70 | 2B | 36 |
| Octal | 145 | 274 | 127 | 56 | 0 | 66 | 32 | 160 | 53 | 66 |
| Binary | 1100101 | 10111100 | 1010111 | 101110 | 0 | 110110 | 11010 | 1110000 | 101011 | 110110 |
Color Harmonies of #65BC57
Complementary color
Monochromatic Colors of #65BC57
Black with #65BC57
Text Example
Text Example
White with #65BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC57; }
p { color: rgb(101,188,87); }
H1.HeaderClassName
{
color: #65BC57;
}
.AnyTagClassName
{
color: #65BC57;
}
</style>
background-color css
<style>
a { background-color: #65BC57; }
a { background-color: rgb(101,188,87); }
div.DivClassName
{
background-color: #65BC57;
}
.BgClassName
{
background-color: #65BC57;
}
</style>
border-color css
<style>
span { border-color: #65BC57; }
span { border-color: rgb(101,188,87); }
td.TdClassName
{
border-color: #65BC57;
}
.TagClassName
{
border-color: #65BC57;
}
</style>