#5ECB50

Color #5ECB50 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5ECB50

Tints of Apple #5ECB50

Color information

#5ECB50 (or 0x5ECB50) is unknown color: approx Apple. HEX triplet: 5E, CB and 50. RGB value is (94,203,80). Sum of RGB (Red+Green+Blue) = 94+203+80=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB50 is #A134AF. Grayscale: #9C9C9C. Windows color (decimal): -10564784 or 5294942. OLE color: 5294942.

HSL color Cylindrical-coordinate representation of color #5ECB50: hue angle of 113.17º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ECB50 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB9420380-
CMYK0.5400.610.20
HSL113.17º54.19%55.49%-
HSV(B)113.17º60.59%79.61%-
XYZ27.4245.6714.96-
YUV156.3984.8983.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 203 (79.69% from 255) = 53.85%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=24.93%
G=53.85%
B=21.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94203800.5400.610.20113.1754.1955.49
Hex5ECB503603D14713637
Octal13631312066075241616667
Binary10111101100101110100001101100111101101001110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ECB50; }

 p { color: rgb(94,203,80); }

 H1.HeaderClassName
 {
   color: #5ECB50;
 }
 .AnyTagClassName
 {
   color: #5ECB50;
 }
</style>
background-color css

<style>
 a { background-color: #5ECB50; }

 a { background-color: rgb(94,203,80); }

 div.DivClassName
 {
   background-color: #5ECB50;
 }
 .BgClassName
 {
   background-color: #5ECB50;
 }
</style>
border-color css

<style>
 span { border-color: #5ECB50; }

 span { border-color: rgb(94,203,80); }

 td.TdClassName
 {
   border-color: #5ECB50;
 }
 .TagClassName
 {
   border-color: #5ECB50;
 }
</style>