#50DD90

Color #50DD90 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50DD90

Tints of Emerald #50DD90

Color information

#50DD90 (or 0x50DD90) is unknown color: approx Emerald. HEX triplet: 50, DD and 90. RGB value is (80,221,144). Sum of RGB (Red+Green+Blue) = 80+221+144=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DD90 is #AF226F. Grayscale: #AAAAAA. Windows color (decimal): -11477616 or 9493840. OLE color: 9493840.

HSL color Cylindrical-coordinate representation of color #50DD90: hue angle of 147.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DD90 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB80221144-
CMYK0.6400.350.13
HSL147.23º67.46%59.02%-
HSV(B)147.23º63.8%86.67%-
XYZ34.255.4335.28-
YUV170.06113.2963.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.98%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=17.98%
G=49.66%
B=32.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802211440.6400.350.13147.2367.4659.02
Hex50DD9040023D93433b
Octal1203352201000431522310373
Binary10100001101110110010000100000001000111101100100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50DD90; }

 p { color: rgb(80,221,144); }

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

<style>
 a { background-color: #50DD90; }

 a { background-color: rgb(80,221,144); }

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

<style>
 span { border-color: #50DD90; }

 span { border-color: rgb(80,221,144); }

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