Shades of Apple #65E336
Tints of Apple #65E336
RGB
CMYK
RGB Variations
Color information
#65E336 (or 0x65E336) is known color: Apple. HEX triplet: 65, E3 and 36. RGB value is (101,227,54). Sum of RGB (Red+Green+Blue) = 101+227+54=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 227 (89.06% from 255 or 59.42% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 227 - color contains mainly: green. Hex color #65E336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E336 is #9A1CC9. Grayscale: #AAAAAA. Windows color (decimal): -10099914 or 3597157. OLE color: 3597157.
HSL color Cylindrical-coordinate representation of color #65E336: hue angle of 103.7º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65E336 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 54 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.11 |
| HSL | 103.7º | 0.76% | 0.55% | - |
| HSV(B) | 103.7º | 0.76% | 0.89% | - |
| XYZ | 33.5 | 57.97 | 12.91 | - |
| YUV | 169.6 | 62.76 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 54 | 0.56 | 0 | 0.76 | 0.11 | 103.7 | 0.76 | 0.55 |
| Hex | 65 | E3 | 36 | 38 | 0 | 4C | B | 68 | 4C | 37 |
| Octal | 145 | 343 | 66 | 70 | 0 | 114 | 13 | 150 | 114 | 67 |
| Binary | 1100101 | 11100011 | 110110 | 111000 | 0 | 1001100 | 1011 | 1101000 | 1001100 | 110111 |
Color Harmonies of #65E336
Complementary color
Monochromatic Colors of #65E336
Black with #65E336
Text Example
Text Example
White with #65E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E336; }
p { color: rgb(101,227,54); }
H1.HeaderClassName
{
color: #65E336;
}
.AnyTagClassName
{
color: #65E336;
}
</style>
background-color css
<style>
a { background-color: #65E336; }
a { background-color: rgb(101,227,54); }
div.DivClassName
{
background-color: #65E336;
}
.BgClassName
{
background-color: #65E336;
}
</style>
border-color css
<style>
span { border-color: #65E336; }
span { border-color: rgb(101,227,54); }
td.TdClassName
{
border-color: #65E336;
}
.TagClassName
{
border-color: #65E336;
}
</style>