Shades of Apple #65E131
Tints of Apple #65E131
RGB
CMYK
RGB Variations
Color information
#65E131 (or 0x65E131) is known color: Apple. HEX triplet: 65, E1 and 31. RGB value is (101,225,49). Sum of RGB (Red+Green+Blue) = 101+225+49=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #65E131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E131 is #9A1ECE. Grayscale: #A8A8A8. Windows color (decimal): -10100431 or 3268965. OLE color: 3268965.
HSL color Cylindrical-coordinate representation of color #65E131: hue angle of 102.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65E131 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 49 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.12 |
| HSL | 102.27º | 0.75% | 0.54% | - |
| HSV(B) | 102.27º | 0.78% | 0.88% | - |
| XYZ | 32.85 | 56.84 | 12.15 | - |
| YUV | 167.86 | 60.92 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 49 | 0.55 | 0 | 0.78 | 0.12 | 102.27 | 0.75 | 0.54 |
| Hex | 65 | E1 | 31 | 37 | 0 | 4E | C | 66 | 4B | 36 |
| Octal | 145 | 341 | 61 | 67 | 0 | 116 | 14 | 146 | 113 | 66 |
| Binary | 1100101 | 11100001 | 110001 | 110111 | 0 | 1001110 | 1100 | 1100110 | 1001011 | 110110 |
Color Harmonies of #65E131
Complementary color
Monochromatic Colors of #65E131
Black with #65E131
Text Example
Text Example
White with #65E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E131; }
p { color: rgb(101,225,49); }
H1.HeaderClassName
{
color: #65E131;
}
.AnyTagClassName
{
color: #65E131;
}
</style>
background-color css
<style>
a { background-color: #65E131; }
a { background-color: rgb(101,225,49); }
div.DivClassName
{
background-color: #65E131;
}
.BgClassName
{
background-color: #65E131;
}
</style>
border-color css
<style>
span { border-color: #65E131; }
span { border-color: rgb(101,225,49); }
td.TdClassName
{
border-color: #65E131;
}
.TagClassName
{
border-color: #65E131;
}
</style>