Html Css Color HEX #50DF92 Emerald

📋 copy color: '#50DF92'

red 80 ◦ green 223 ◦ blue 146

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

Shades of Emerald #50DF92

Tints of Emerald #50DF92

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 17.82%
G = 49.67%
B = 32.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#50DF92 (or 0x50DF92) is known color: Emerald. HEX triplet: 50, DF and 92. RGB value is (80,223,146). Sum of RGB (Red+Green+Blue) = 80+223+146=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF92 is #AF206D. Grayscale: #ABABAB. Windows color (decimal): -11477102 or 9625424. OLE color: 9625424.

HSL color Cylindrical-coordinate representation of color #50DF92: hue angle of 147.69º degrees, saturation: 0.69, 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 #50DF92 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 146 -
CMYK 0.64 0 0.35 0.13
HSL 147.69º 0.69% 0.59% -
HSV(B) 147.69º 0.64% 0.87% -
XYZ 34.88 56.56 36.27 -
YUV 171.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 80 223 146 0.64 0 0.35 0.13 147.69 0.69 0.59
Hex 50 DF 92 40 0 23 D 94 45 3B
Octal 120 337 222 100 0 43 15 224 105 73
Binary 1010000 11011111 10010010 1000000 0 100011 1101 10010100 1000101 111011

Color Harmonies of #50DF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF92

Black with #50DF92

Text Example


Text Example

White with #50DF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,146); }

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

background-color css

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

 a { background-color: rgb(80,223,146); }

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

border-color css

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

 span { border-color: rgb(80,223,146); }

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