Shades of Apple #65B953
Tints of Apple #65B953
RGB
CMYK
RGB Variations
Color information
#65B953 (or 0x65B953) is known color: Apple. HEX triplet: 65, B9 and 53. RGB value is (101,185,83). Sum of RGB (Red+Green+Blue) = 101+185+83=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #65B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B953 is #9A46AC. Grayscale: #949494. Windows color (decimal): -10110637 or 5486949. OLE color: 5486949.
HSL color Cylindrical-coordinate representation of color #65B953: hue angle of 109.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65B953 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 83 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.27 |
| HSL | 109.41º | 0.42% | 0.53% | - |
| HSV(B) | 109.41º | 0.55% | 0.73% | - |
| XYZ | 24.28 | 38.09 | 14.26 | - |
| YUV | 148.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 83 | 0.45 | 0 | 0.55 | 0.27 | 109.41 | 0.42 | 0.53 |
| Hex | 65 | B9 | 53 | 2D | 0 | 37 | 1B | 6D | 2A | 35 |
| Octal | 145 | 271 | 123 | 55 | 0 | 67 | 33 | 155 | 52 | 65 |
| Binary | 1100101 | 10111001 | 1010011 | 101101 | 0 | 110111 | 11011 | 1101101 | 101010 | 110101 |
Color Harmonies of #65B953
Complementary color
Monochromatic Colors of #65B953
Black with #65B953
Text Example
Text Example
White with #65B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B953; }
p { color: rgb(101,185,83); }
H1.HeaderClassName
{
color: #65B953;
}
.AnyTagClassName
{
color: #65B953;
}
</style>
background-color css
<style>
a { background-color: #65B953; }
a { background-color: rgb(101,185,83); }
div.DivClassName
{
background-color: #65B953;
}
.BgClassName
{
background-color: #65B953;
}
</style>
border-color css
<style>
span { border-color: #65B953; }
span { border-color: rgb(101,185,83); }
td.TdClassName
{
border-color: #65B953;
}
.TagClassName
{
border-color: #65B953;
}
</style>