#50CB61

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

Shades of Emerald #50CB61

Tints of Emerald #50CB61

Color information

#50CB61 (or 0x50CB61) is unknown color: approx Emerald. HEX triplet: 50, CB and 61. RGB value is (80,203,97). Sum of RGB (Red+Green+Blue) = 80+203+97=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB61 is #AF349E. Grayscale: #9A9A9A. Windows color (decimal): -11482271 or 6409040. OLE color: 6409040.

HSL color Cylindrical-coordinate representation of color #50CB61: hue angle of 128.29º 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 #50CB61 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB8020397-
CMYK0.6100.520.20
HSL128.29º54.19%55.49%-
HSV(B)128.29º60.59%79.61%-
XYZ26.8245.2818.64-
YUV154.1495.7575.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 203 (79.69% from 255) = 53.42%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=21.05%
G=53.42%
B=25.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203970.6100.520.20128.2954.1955.49
Hex50CB613D03414803637
Octal12031314175064242006667
Binary101000011001011110000111110101101001010010000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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