Shades of Apple #65E334
Tints of Apple #65E334
RGB
CMYK
RGB Variations
Color information
#65E334 (or 0x65E334) is known color: Apple. HEX triplet: 65, E3 and 34. RGB value is (101,227,52). Sum of RGB (Red+Green+Blue) = 101+227+52=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #65E334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E334 is #9A1CCB. Grayscale: #A9A9A9. Windows color (decimal): -10099916 or 3466085. OLE color: 3466085.
HSL color Cylindrical-coordinate representation of color #65E334: hue angle of 103.2º degrees, saturation: 0.76, 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 #65E334 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 52 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.11 |
| HSL | 103.2º | 0.76% | 0.55% | - |
| HSV(B) | 103.2º | 0.77% | 0.89% | - |
| XYZ | 33.46 | 57.95 | 12.67 | - |
| YUV | 169.38 | 61.76 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 52 | 0.56 | 0 | 0.77 | 0.11 | 103.2 | 0.76 | 0.55 |
| Hex | 65 | E3 | 34 | 38 | 0 | 4D | B | 67 | 4C | 37 |
| Octal | 145 | 343 | 64 | 70 | 0 | 115 | 13 | 147 | 114 | 67 |
| Binary | 1100101 | 11100011 | 110100 | 111000 | 0 | 1001101 | 1011 | 1100111 | 1001100 | 110111 |
Color Harmonies of #65E334
Complementary color
Monochromatic Colors of #65E334
Black with #65E334
Text Example
Text Example
White with #65E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E334; }
p { color: rgb(101,227,52); }
H1.HeaderClassName
{
color: #65E334;
}
.AnyTagClassName
{
color: #65E334;
}
</style>
background-color css
<style>
a { background-color: #65E334; }
a { background-color: rgb(101,227,52); }
div.DivClassName
{
background-color: #65E334;
}
.BgClassName
{
background-color: #65E334;
}
</style>
border-color css
<style>
span { border-color: #65E334; }
span { border-color: rgb(101,227,52); }
td.TdClassName
{
border-color: #65E334;
}
.TagClassName
{
border-color: #65E334;
}
</style>