Shades of Apple #65A253
Tints of Apple #65A253
RGB
CMYK
RGB Variations
Color information
#65A253 (or 0x65A253) is known color: Apple. HEX triplet: 65, A2 and 53. RGB value is (101,162,83). Sum of RGB (Red+Green+Blue) = 101+162+83=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #65A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A253 is #9A5DAC. Grayscale: #878787. Windows color (decimal): -10116525 or 5481061. OLE color: 5481061.
HSL color Cylindrical-coordinate representation of color #65A253: hue angle of 106.33º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65A253 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 83 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.36 |
| HSL | 106.33º | 0.32% | 0.48% | - |
| HSV(B) | 106.33º | 0.49% | 0.64% | - |
| XYZ | 19.85 | 29.23 | 12.78 | - |
| YUV | 134.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 83 | 0.38 | 0 | 0.49 | 0.36 | 106.33 | 0.32 | 0.48 |
| Hex | 65 | A2 | 53 | 26 | 0 | 31 | 24 | 6A | 20 | 30 |
| Octal | 145 | 242 | 123 | 46 | 0 | 61 | 44 | 152 | 40 | 60 |
| Binary | 1100101 | 10100010 | 1010011 | 100110 | 0 | 110001 | 100100 | 1101010 | 100000 | 110000 |
Color Harmonies of #65A253
Complementary color
Monochromatic Colors of #65A253
Black with #65A253
Text Example
Text Example
White with #65A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A253; }
p { color: rgb(101,162,83); }
H1.HeaderClassName
{
color: #65A253;
}
.AnyTagClassName
{
color: #65A253;
}
</style>
background-color css
<style>
a { background-color: #65A253; }
a { background-color: rgb(101,162,83); }
div.DivClassName
{
background-color: #65A253;
}
.BgClassName
{
background-color: #65A253;
}
</style>
border-color css
<style>
span { border-color: #65A253; }
span { border-color: rgb(101,162,83); }
td.TdClassName
{
border-color: #65A253;
}
.TagClassName
{
border-color: #65A253;
}
</style>