Html Css Color HEX #50F28D Emerald

📋 copy color: '#50F28D'

red 80 ◦ green 242 ◦ blue 141

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

Shades of Emerald #50F28D

Tints of Emerald #50F28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 17.28%
G = 52.27%
B = 30.45%

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

#50F28D (or 0x50F28D) is known color: Emerald. HEX triplet: 50, F2 and 8D. RGB value is (80,242,141). Sum of RGB (Red+Green+Blue) = 80+242+141=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #50F28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F28D is #AF0D72. Grayscale: #B6B6B6. Windows color (decimal): -11472243 or 9302608. OLE color: 9302608.

HSL color Cylindrical-coordinate representation of color #50F28D: hue angle of 142.59º 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 #50F28D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 141 -
CMYK 0.67 0 0.42 0.05
HSL 142.59º 0.86% 0.63% -
HSV(B) 142.59º 0.67% 0.95% -
XYZ 39.87 67.13 36.06 -
YUV 182.05 104.83 55.21 -
System Red Green Blue C M Y K H S L
Decimal 80 242 141 0.67 0 0.42 0.05 142.59 0.86 0.63
Hex 50 F2 8D 43 0 2A 5 8F 56 3F
Octal 120 362 215 103 0 52 5 217 126 77
Binary 1010000 11110010 10001101 1000011 0 101010 101 10001111 1010110 111111

Color Harmonies of #50F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F28D

Black with #50F28D

Text Example


Text Example

White with #50F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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