Shades of Apple #65E235
Tints of Apple #65E235
RGB
CMYK
RGB Variations
Color information
#65E235 (or 0x65E235) is known color: Apple. HEX triplet: 65, E2 and 35. RGB value is (101,226,53). Sum of RGB (Red+Green+Blue) = 101+226+53=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 226 (88.67% from 255 or 59.47% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 226 - color contains mainly: green. Hex color #65E235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E235 is #9A1DCA. Grayscale: #A9A9A9. Windows color (decimal): -10100171 or 3531365. OLE color: 3531365.
HSL color Cylindrical-coordinate representation of color #65E235: hue angle of 103.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65E235 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 53 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.11 |
| HSL | 103.35º | 0.75% | 0.55% | - |
| HSV(B) | 103.35º | 0.77% | 0.89% | - |
| XYZ | 33.21 | 57.42 | 12.7 | - |
| YUV | 168.9 | 62.59 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 53 | 0.55 | 0 | 0.77 | 0.11 | 103.35 | 0.75 | 0.55 |
| Hex | 65 | E2 | 35 | 37 | 0 | 4D | B | 67 | 4B | 37 |
| Octal | 145 | 342 | 65 | 67 | 0 | 115 | 13 | 147 | 113 | 67 |
| Binary | 1100101 | 11100010 | 110101 | 110111 | 0 | 1001101 | 1011 | 1100111 | 1001011 | 110111 |
Color Harmonies of #65E235
Complementary color
Monochromatic Colors of #65E235
Black with #65E235
Text Example
Text Example
White with #65E235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E235; }
p { color: rgb(101,226,53); }
H1.HeaderClassName
{
color: #65E235;
}
.AnyTagClassName
{
color: #65E235;
}
</style>
background-color css
<style>
a { background-color: #65E235; }
a { background-color: rgb(101,226,53); }
div.DivClassName
{
background-color: #65E235;
}
.BgClassName
{
background-color: #65E235;
}
</style>
border-color css
<style>
span { border-color: #65E235; }
span { border-color: rgb(101,226,53); }
td.TdClassName
{
border-color: #65E235;
}
.TagClassName
{
border-color: #65E235;
}
</style>