Shades of Apple #65BD50
Tints of Apple #65BD50
RGB
CMYK
RGB Variations
Color information
#65BD50 (or 0x65BD50) is known color: Apple. HEX triplet: 65, BD and 50. RGB value is (101,189,80). Sum of RGB (Red+Green+Blue) = 101+189+80=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD50 is #9A42AF. Grayscale: #969696. Windows color (decimal): -10109616 or 5291365. OLE color: 5291365.
HSL color Cylindrical-coordinate representation of color #65BD50: hue angle of 108.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BD50 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 80 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.26 |
| HSL | 108.44º | 0.45% | 0.53% | - |
| HSV(B) | 108.44º | 0.58% | 0.74% | - |
| XYZ | 25.01 | 39.74 | 13.94 | - |
| YUV | 150.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 80 | 0.47 | 0 | 0.58 | 0.26 | 108.44 | 0.45 | 0.53 |
| Hex | 65 | BD | 50 | 2F | 0 | 3A | 1A | 6C | 2D | 35 |
| Octal | 145 | 275 | 120 | 57 | 0 | 72 | 32 | 154 | 55 | 65 |
| Binary | 1100101 | 10111101 | 1010000 | 101111 | 0 | 111010 | 11010 | 1101100 | 101101 | 110101 |
Color Harmonies of #65BD50
Complementary color
Monochromatic Colors of #65BD50
Black with #65BD50
Text Example
Text Example
White with #65BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD50; }
p { color: rgb(101,189,80); }
H1.HeaderClassName
{
color: #65BD50;
}
.AnyTagClassName
{
color: #65BD50;
}
</style>
background-color css
<style>
a { background-color: #65BD50; }
a { background-color: rgb(101,189,80); }
div.DivClassName
{
background-color: #65BD50;
}
.BgClassName
{
background-color: #65BD50;
}
</style>
border-color css
<style>
span { border-color: #65BD50; }
span { border-color: rgb(101,189,80); }
td.TdClassName
{
border-color: #65BD50;
}
.TagClassName
{
border-color: #65BD50;
}
</style>