Shades of Apple #5ED734
Tints of Apple #5ED734
RGB
CMYK
RGB Variations
Color information
#5ED734 (or 0x5ED734) is known color: Apple. HEX triplet: 5E, D7 and 34. RGB value is (94,215,52). Sum of RGB (Red+Green+Blue) = 94+215+52=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED734 is #A128CB. Grayscale: #A0A0A0. Windows color (decimal): -10561740 or 3463006. OLE color: 3463006.
HSL color Cylindrical-coordinate representation of color #5ED734: hue angle of 104.54º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ED734 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 52 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.16 |
| HSL | 104.54º | 0.67% | 0.52% | - |
| HSV(B) | 104.54º | 0.76% | 0.84% | - |
| XYZ | 29.54 | 51.23 | 11.58 | - |
| YUV | 160.24 | 66.91 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 52 | 0.56 | 0 | 0.76 | 0.16 | 104.54 | 0.67 | 0.52 |
| Hex | 5E | D7 | 34 | 38 | 0 | 4C | 10 | 69 | 43 | 34 |
| Octal | 136 | 327 | 64 | 70 | 0 | 114 | 20 | 151 | 103 | 64 |
| Binary | 1011110 | 11010111 | 110100 | 111000 | 0 | 1001100 | 10000 | 1101001 | 1000011 | 110100 |
Color Harmonies of #5ED734
Complementary color
Monochromatic Colors of #5ED734
Black with #5ED734
Text Example
Text Example
White with #5ED734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED734; }
p { color: rgb(94,215,52); }
H1.HeaderClassName
{
color: #5ED734;
}
.AnyTagClassName
{
color: #5ED734;
}
</style>
background-color css
<style>
a { background-color: #5ED734; }
a { background-color: rgb(94,215,52); }
div.DivClassName
{
background-color: #5ED734;
}
.BgClassName
{
background-color: #5ED734;
}
</style>
border-color css
<style>
span { border-color: #5ED734; }
span { border-color: rgb(94,215,52); }
td.TdClassName
{
border-color: #5ED734;
}
.TagClassName
{
border-color: #5ED734;
}
</style>