#50D570

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

Shades of Emerald #50D570

Tints of Emerald #50D570

Color information

#50D570 (or 0x50D570) is unknown color: approx Emerald. HEX triplet: 50, D5 and 70. RGB value is (80,213,112). Sum of RGB (Red+Green+Blue) = 80+213+112=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #50D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D570 is #AF2A8F. Grayscale: #A1A1A1. Windows color (decimal): -11479696 or 7394640. OLE color: 7394640.

HSL color Cylindrical-coordinate representation of color #50D570: hue angle of 134.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D570 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB80213112-
CMYK0.6200.470.16
HSL134.44º61.29%57.45%-
HSV(B)134.44º62.44%83.53%-
XYZ30.0350.4623.49-
YUV161.7299.9469.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 213 (83.59% from 255) = 52.59%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=19.75%
G=52.59%
B=27.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802131120.6200.470.16134.4461.2957.45
Hex50D5703E02F10863d39
Octal12032516076057202067571
Binary101000011010101111000011111001011111000010000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,213,112); }

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

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

 a { background-color: rgb(80,213,112); }

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

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

 span { border-color: rgb(80,213,112); }

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