Shades of Apple #65E145
Tints of Apple #65E145
RGB
CMYK
RGB Variations
Color information
#65E145 (or 0x65E145) is known color: Apple. HEX triplet: 65, E1 and 45. RGB value is (101,225,69). Sum of RGB (Red+Green+Blue) = 101+225+69=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #65E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E145 is #9A1EBA. Grayscale: #AAAAAA. Windows color (decimal): -10100411 or 4579685. OLE color: 4579685.
HSL color Cylindrical-coordinate representation of color #65E145: hue angle of 107.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65E145 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 69 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.12 |
| HSL | 107.69º | 0.72% | 0.58% | - |
| HSV(B) | 107.69º | 0.69% | 0.88% | - |
| XYZ | 33.37 | 57.05 | 14.88 | - |
| YUV | 170.14 | 70.92 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 69 | 0.55 | 0 | 0.69 | 0.12 | 107.69 | 0.72 | 0.58 |
| Hex | 65 | E1 | 45 | 37 | 0 | 45 | C | 6C | 48 | 3A |
| Octal | 145 | 341 | 105 | 67 | 0 | 105 | 14 | 154 | 110 | 72 |
| Binary | 1100101 | 11100001 | 1000101 | 110111 | 0 | 1000101 | 1100 | 1101100 | 1001000 | 111010 |
Color Harmonies of #65E145
Complementary color
Monochromatic Colors of #65E145
Black with #65E145
Text Example
Text Example
White with #65E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E145; }
p { color: rgb(101,225,69); }
H1.HeaderClassName
{
color: #65E145;
}
.AnyTagClassName
{
color: #65E145;
}
</style>
background-color css
<style>
a { background-color: #65E145; }
a { background-color: rgb(101,225,69); }
div.DivClassName
{
background-color: #65E145;
}
.BgClassName
{
background-color: #65E145;
}
</style>
border-color css
<style>
span { border-color: #65E145; }
span { border-color: rgb(101,225,69); }
td.TdClassName
{
border-color: #65E145;
}
.TagClassName
{
border-color: #65E145;
}
</style>