Shades of Apple #65E433
Tints of Apple #65E433
RGB
CMYK
RGB Variations
Color information
#65E433 (or 0x65E433) is known color: Apple. HEX triplet: 65, E4 and 33. RGB value is (101,228,51). Sum of RGB (Red+Green+Blue) = 101+228+51=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #65E433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E433 is #9A1BCC. Grayscale: #AAAAAA. Windows color (decimal): -10099661 or 3400805. OLE color: 3400805.
HSL color Cylindrical-coordinate representation of color #65E433: hue angle of 103.05º degrees, saturation: 0.77, 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 #65E433 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 51 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.11 |
| HSL | 103.05º | 0.77% | 0.55% | - |
| HSV(B) | 103.05º | 0.78% | 0.89% | - |
| XYZ | 33.71 | 58.49 | 12.65 | - |
| YUV | 169.85 | 60.92 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 51 | 0.56 | 0 | 0.78 | 0.11 | 103.05 | 0.77 | 0.55 |
| Hex | 65 | E4 | 33 | 38 | 0 | 4E | B | 67 | 4D | 37 |
| Octal | 145 | 344 | 63 | 70 | 0 | 116 | 13 | 147 | 115 | 67 |
| Binary | 1100101 | 11100100 | 110011 | 111000 | 0 | 1001110 | 1011 | 1100111 | 1001101 | 110111 |
Color Harmonies of #65E433
Complementary color
Monochromatic Colors of #65E433
Black with #65E433
Text Example
Text Example
White with #65E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E433; }
p { color: rgb(101,228,51); }
H1.HeaderClassName
{
color: #65E433;
}
.AnyTagClassName
{
color: #65E433;
}
</style>
background-color css
<style>
a { background-color: #65E433; }
a { background-color: rgb(101,228,51); }
div.DivClassName
{
background-color: #65E433;
}
.BgClassName
{
background-color: #65E433;
}
</style>
border-color css
<style>
span { border-color: #65E433; }
span { border-color: rgb(101,228,51); }
td.TdClassName
{
border-color: #65E433;
}
.TagClassName
{
border-color: #65E433;
}
</style>