Html Css Color HEX #50F28F Emerald

📋 copy color: '#50F28F'

red 80 ◦ green 242 ◦ blue 143

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

Shades of Emerald #50F28F

Tints of Emerald #50F28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 17.2%
G = 52.04%
B = 30.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#50F28F (or 0x50F28F) is known color: Emerald. HEX triplet: 50, F2 and 8F. RGB value is (80,242,143). Sum of RGB (Red+Green+Blue) = 80+242+143=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #50F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F28F is #AF0D70. Grayscale: #B6B6B6. Windows color (decimal): -11472241 or 9433680. OLE color: 9433680.

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

Color convert

RGB 80 242 143 -
CMYK 0.67 0 0.41 0.05
HSL 143.33º 0.86% 0.63% -
HSV(B) 143.33º 0.67% 0.95% -
XYZ 40.02 67.19 36.85 -
YUV 182.28 105.83 55.05 -
System Red Green Blue C M Y K H S L
Decimal 80 242 143 0.67 0 0.41 0.05 143.33 0.86 0.63
Hex 50 F2 8F 43 0 29 5 8F 56 3F
Octal 120 362 217 103 0 51 5 217 126 77
Binary 1010000 11110010 10001111 1000011 0 101001 101 10001111 1010110 111111

Color Harmonies of #50F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F28F

Black with #50F28F

Text Example


Text Example

White with #50F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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