Shades of Apple #65C53E
Tints of Apple #65C53E
RGB
CMYK
RGB Variations
Color information
#65C53E (or 0x65C53E) is known color: Apple. HEX triplet: 65, C5 and 3E. RGB value is (101,197,62). Sum of RGB (Red+Green+Blue) = 101+197+62=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #65C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C53E is #9A3AC1. Grayscale: #999999. Windows color (decimal): -10107586 or 4113765. OLE color: 4113765.
HSL color Cylindrical-coordinate representation of color #65C53E: hue angle of 102.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65C53E is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 62 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.23 |
| HSL | 102.67º | 0.54% | 0.51% | - |
| HSV(B) | 102.67º | 0.69% | 0.77% | - |
| XYZ | 26.2 | 43.05 | 11.49 | - |
| YUV | 152.91 | 76.7 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 62 | 0.49 | 0 | 0.69 | 0.23 | 102.67 | 0.54 | 0.51 |
| Hex | 65 | C5 | 3E | 31 | 0 | 45 | 17 | 67 | 36 | 33 |
| Octal | 145 | 305 | 76 | 61 | 0 | 105 | 27 | 147 | 66 | 63 |
| Binary | 1100101 | 11000101 | 111110 | 110001 | 0 | 1000101 | 10111 | 1100111 | 110110 | 110011 |
Color Harmonies of #65C53E
Complementary color
Monochromatic Colors of #65C53E
Black with #65C53E
Text Example
Text Example
White with #65C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C53E; }
p { color: rgb(101,197,62); }
H1.HeaderClassName
{
color: #65C53E;
}
.AnyTagClassName
{
color: #65C53E;
}
</style>
background-color css
<style>
a { background-color: #65C53E; }
a { background-color: rgb(101,197,62); }
div.DivClassName
{
background-color: #65C53E;
}
.BgClassName
{
background-color: #65C53E;
}
</style>
border-color css
<style>
span { border-color: #65C53E; }
span { border-color: rgb(101,197,62); }
td.TdClassName
{
border-color: #65C53E;
}
.TagClassName
{
border-color: #65C53E;
}
</style>