Shades of Apple #5ED236
Tints of Apple #5ED236
RGB
CMYK
RGB Variations
Color information
#5ED236 (or 0x5ED236) is known color: Apple. HEX triplet: 5E, D2 and 36. RGB value is (94,210,54). Sum of RGB (Red+Green+Blue) = 94+210+54=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED236 is #A12DC9. Grayscale: #9E9E9E. Windows color (decimal): -10563018 or 3592798. OLE color: 3592798.
HSL color Cylindrical-coordinate representation of color #5ED236: hue angle of 104.62º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ED236 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 54 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.18 |
| HSL | 104.62º | 0.63% | 0.52% | - |
| HSV(B) | 104.62º | 0.74% | 0.82% | - |
| XYZ | 28.33 | 48.74 | 11.4 | - |
| YUV | 157.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 54 | 0.55 | 0 | 0.74 | 0.18 | 104.62 | 0.63 | 0.52 |
| Hex | 5E | D2 | 36 | 37 | 0 | 4A | 12 | 69 | 3F | 34 |
| Octal | 136 | 322 | 66 | 67 | 0 | 112 | 22 | 151 | 77 | 64 |
| Binary | 1011110 | 11010010 | 110110 | 110111 | 0 | 1001010 | 10010 | 1101001 | 111111 | 110100 |
Color Harmonies of #5ED236
Complementary color
Monochromatic Colors of #5ED236
Black with #5ED236
Text Example
Text Example
White with #5ED236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED236; }
p { color: rgb(94,210,54); }
H1.HeaderClassName
{
color: #5ED236;
}
.AnyTagClassName
{
color: #5ED236;
}
</style>
background-color css
<style>
a { background-color: #5ED236; }
a { background-color: rgb(94,210,54); }
div.DivClassName
{
background-color: #5ED236;
}
.BgClassName
{
background-color: #5ED236;
}
</style>
border-color css
<style>
span { border-color: #5ED236; }
span { border-color: rgb(94,210,54); }
td.TdClassName
{
border-color: #5ED236;
}
.TagClassName
{
border-color: #5ED236;
}
</style>