Html Css Color HEX #50F280 Emerald

📋 copy color: '#50F280'

red 80 ◦ green 242 ◦ blue 128

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

Shades of Emerald #50F280

Tints of Emerald #50F280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 17.78%
G = 53.78%
B = 28.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#50F280 (or 0x50F280) is known color: Emerald. HEX triplet: 50, F2 and 80. RGB value is (80,242,128). Sum of RGB (Red+Green+Blue) = 80+242+128=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #50F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F280 is #AF0D7F. Grayscale: #B4B4B4. Windows color (decimal): -11472256 or 8450640. OLE color: 8450640.

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

Color convert

RGB 80 242 128 -
CMYK 0.67 0 0.47 0.05
HSL 137.78º 0.86% 0.63% -
HSV(B) 137.78º 0.67% 0.95% -
XYZ 38.96 66.77 31.26 -
YUV 180.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 80 242 128 0.67 0 0.47 0.05 137.78 0.86 0.63
Hex 50 F2 80 43 0 2F 5 8A 56 3F
Octal 120 362 200 103 0 57 5 212 126 77
Binary 1010000 11110010 10000000 1000011 0 101111 101 10001010 1010110 111111

Color Harmonies of #50F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F280

Black with #50F280

Text Example


Text Example

White with #50F280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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