Html Css Color HEX #50F28C Emerald

📋 copy color: '#50F28C'

red 80 ◦ green 242 ◦ blue 140

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

Shades of Emerald #50F28C

Tints of Emerald #50F28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 17.32%
G = 52.38%
B = 30.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#50F28C (or 0x50F28C) is known color: Emerald. HEX triplet: 50, F2 and 8C. RGB value is (80,242,140). Sum of RGB (Red+Green+Blue) = 80+242+140=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #50F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F28C is #AF0D73. Grayscale: #B6B6B6. Windows color (decimal): -11472244 or 9237072. OLE color: 9237072.

HSL color Cylindrical-coordinate representation of color #50F28C: hue angle of 142.22º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F28C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 140 -
CMYK 0.67 0 0.42 0.05
HSL 142.22º 0.86% 0.63% -
HSV(B) 142.22º 0.67% 0.95% -
XYZ 39.79 67.1 35.67 -
YUV 181.93 104.33 55.29 -
System Red Green Blue C M Y K H S L
Decimal 80 242 140 0.67 0 0.42 0.05 142.22 0.86 0.63
Hex 50 F2 8C 43 0 2A 5 8E 56 3F
Octal 120 362 214 103 0 52 5 216 126 77
Binary 1010000 11110010 10001100 1000011 0 101010 101 10001110 1010110 111111

Color Harmonies of #50F28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F28C

Black with #50F28C

Text Example


Text Example

White with #50F28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,140); }

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

background-color css

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

 a { background-color: rgb(80,242,140); }

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

border-color css

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

 span { border-color: rgb(80,242,140); }

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