Shades of Apple #65E333
Tints of Apple #65E333
RGB
CMYK
RGB Variations
Color information
#65E333 (or 0x65E333) is known color: Apple. HEX triplet: 65, E3 and 33. RGB value is (101,227,51). Sum of RGB (Red+Green+Blue) = 101+227+51=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #65E333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E333 is #9A1CCC. Grayscale: #A9A9A9. Windows color (decimal): -10099917 or 3400549. OLE color: 3400549.
HSL color Cylindrical-coordinate representation of color #65E333: hue angle of 102.95º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65E333 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 51 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.11 |
| HSL | 102.95º | 0.76% | 0.55% | - |
| HSV(B) | 102.95º | 0.78% | 0.89% | - |
| XYZ | 33.43 | 57.94 | 12.55 | - |
| YUV | 169.26 | 61.26 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 51 | 0.56 | 0 | 0.78 | 0.11 | 102.95 | 0.76 | 0.55 |
| Hex | 65 | E3 | 33 | 38 | 0 | 4E | B | 67 | 4C | 37 |
| Octal | 145 | 343 | 63 | 70 | 0 | 116 | 13 | 147 | 114 | 67 |
| Binary | 1100101 | 11100011 | 110011 | 111000 | 0 | 1001110 | 1011 | 1100111 | 1001100 | 110111 |
Color Harmonies of #65E333
Complementary color
Monochromatic Colors of #65E333
Black with #65E333
Text Example
Text Example
White with #65E333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E333; }
p { color: rgb(101,227,51); }
H1.HeaderClassName
{
color: #65E333;
}
.AnyTagClassName
{
color: #65E333;
}
</style>
background-color css
<style>
a { background-color: #65E333; }
a { background-color: rgb(101,227,51); }
div.DivClassName
{
background-color: #65E333;
}
.BgClassName
{
background-color: #65E333;
}
</style>
border-color css
<style>
span { border-color: #65E333; }
span { border-color: rgb(101,227,51); }
td.TdClassName
{
border-color: #65E333;
}
.TagClassName
{
border-color: #65E333;
}
</style>