Shades of Apple #65C653
Tints of Apple #65C653
RGB
CMYK
RGB Variations
Color information
#65C653 (or 0x65C653) is known color: Apple. HEX triplet: 65, C6 and 53. RGB value is (101,198,83). Sum of RGB (Red+Green+Blue) = 101+198+83=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #65C653 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C653 is #9A39AC. Grayscale: #9C9C9C. Windows color (decimal): -10107309 or 5490277. OLE color: 5490277.
HSL color Cylindrical-coordinate representation of color #65C653: hue angle of 110.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C653 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 83 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.22 |
| HSL | 110.61º | 0.5% | 0.55% | - |
| HSV(B) | 110.61º | 0.58% | 0.78% | - |
| XYZ | 27.12 | 43.78 | 15.2 | - |
| YUV | 155.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 83 | 0.49 | 0 | 0.58 | 0.22 | 110.61 | 0.5 | 0.55 |
| Hex | 65 | C6 | 53 | 31 | 0 | 3A | 16 | 6F | 32 | 37 |
| Octal | 145 | 306 | 123 | 61 | 0 | 72 | 26 | 157 | 62 | 67 |
| Binary | 1100101 | 11000110 | 1010011 | 110001 | 0 | 111010 | 10110 | 1101111 | 110010 | 110111 |
Color Harmonies of #65C653
Complementary color
Monochromatic Colors of #65C653
Black with #65C653
Text Example
Text Example
White with #65C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C653; }
p { color: rgb(101,198,83); }
H1.HeaderClassName
{
color: #65C653;
}
.AnyTagClassName
{
color: #65C653;
}
</style>
background-color css
<style>
a { background-color: #65C653; }
a { background-color: rgb(101,198,83); }
div.DivClassName
{
background-color: #65C653;
}
.BgClassName
{
background-color: #65C653;
}
</style>
border-color css
<style>
span { border-color: #65C653; }
span { border-color: rgb(101,198,83); }
td.TdClassName
{
border-color: #65C653;
}
.TagClassName
{
border-color: #65C653;
}
</style>