Shades of Apple #5EDF38
Tints of Apple #5EDF38
RGB
CMYK
RGB Variations
Color information
#5EDF38 (or 0x5EDF38) is known color: Apple. HEX triplet: 5E, DF and 38. RGB value is (94,223,56). Sum of RGB (Red+Green+Blue) = 94+223+56=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDF38 is #A120C7. Grayscale: #A5A5A5. Windows color (decimal): -10559688 or 3727198. OLE color: 3727198.
HSL color Cylindrical-coordinate representation of color #5EDF38: hue angle of 106.35º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EDF38 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 56 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.13 |
| HSL | 106.35º | 0.72% | 0.55% | - |
| HSV(B) | 106.35º | 0.75% | 0.87% | - |
| XYZ | 31.72 | 55.44 | 12.77 | - |
| YUV | 165.39 | 66.26 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 56 | 0.58 | 0 | 0.75 | 0.13 | 106.35 | 0.72 | 0.55 |
| Hex | 5E | DF | 38 | 3A | 0 | 4B | D | 6A | 48 | 37 |
| Octal | 136 | 337 | 70 | 72 | 0 | 113 | 15 | 152 | 110 | 67 |
| Binary | 1011110 | 11011111 | 111000 | 111010 | 0 | 1001011 | 1101 | 1101010 | 1001000 | 110111 |
Color Harmonies of #5EDF38
Complementary color
Monochromatic Colors of #5EDF38
Black with #5EDF38
Text Example
Text Example
White with #5EDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF38; }
p { color: rgb(94,223,56); }
H1.HeaderClassName
{
color: #5EDF38;
}
.AnyTagClassName
{
color: #5EDF38;
}
</style>
background-color css
<style>
a { background-color: #5EDF38; }
a { background-color: rgb(94,223,56); }
div.DivClassName
{
background-color: #5EDF38;
}
.BgClassName
{
background-color: #5EDF38;
}
</style>
border-color css
<style>
span { border-color: #5EDF38; }
span { border-color: rgb(94,223,56); }
td.TdClassName
{
border-color: #5EDF38;
}
.TagClassName
{
border-color: #5EDF38;
}
</style>