Html Css Color HEX #50D06E Emerald

📋 copy color: '#50D06E'

red 80 ◦ green 208 ◦ blue 110

#50D06E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50D06E

Tints of Emerald #50D06E

RGB

 RED value IS 80 (31.64% from 255) = 20.1%

 GREEN value IS 208 (81.64% from 255) = 52.26%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 20.1%
G = 52.26%
B = 27.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#50D06E (or 0x50D06E) is known color: Emerald. HEX triplet: 50, D0 and 6E. RGB value is (80,208,110). Sum of RGB (Red+Green+Blue) = 80+208+110=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #50D06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D06E is #AF2F91. Grayscale: #9E9E9E. Windows color (decimal): -11480978 or 7262288. OLE color: 7262288.

HSL color Cylindrical-coordinate representation of color #50D06E: hue angle of 134.06º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D06E is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 110 -
CMYK 0.62 0 0.47 0.18
HSL 134.06º 0.58% 0.56% -
HSV(B) 134.06º 0.62% 0.82% -
XYZ 28.68 47.94 22.49 -
YUV 158.56 100.59 71.97 -
System Red Green Blue C M Y K H S L
Decimal 80 208 110 0.62 0 0.47 0.18 134.06 0.58 0.56
Hex 50 D0 6E 3E 0 2F 12 86 3A 38
Octal 120 320 156 76 0 57 22 206 72 70
Binary 1010000 11010000 1101110 111110 0 101111 10010 10000110 111010 111000

Color Harmonies of #50D06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D06E

Black with #50D06E

Text Example


Text Example

White with #50D06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,110); }

 H1.HeaderClassName
 {
   color: #50D06E;
 }
 .AnyTagClassName
 {
   color: #50D06E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,208,110); }

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

border-color css

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

 span { border-color: rgb(80,208,110); }

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