Html Css Color HEX #50F892 Emerald

📋 copy color: '#50F892'

red 80 ◦ green 248 ◦ blue 146

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

Shades of Emerald #50F892

Tints of Emerald #50F892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.32%

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

R = 16.88%
G = 52.32%
B = 30.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#50F892 (or 0x50F892) is known color: Emerald. HEX triplet: 50, F8 and 92. RGB value is (80,248,146). Sum of RGB (Red+Green+Blue) = 80+248+146=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #50F892 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F892 is #AF076D. Grayscale: #BABABA. Windows color (decimal): -11470702 or 9631824. OLE color: 9631824.

HSL color Cylindrical-coordinate representation of color #50F892: hue angle of 143.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F892 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 146 -
CMYK 0.68 0 0.41 0.03
HSL 143.57º 0.92% 0.64% -
HSV(B) 143.57º 0.68% 0.97% -
XYZ 42.06 70.92 38.67 -
YUV 186.14 105.34 52.29 -
System Red Green Blue C M Y K H S L
Decimal 80 248 146 0.68 0 0.41 0.03 143.57 0.92 0.64
Hex 50 F8 92 44 0 29 3 90 5C 40
Octal 120 370 222 104 0 51 3 220 134 100
Binary 1010000 11111000 10010010 1000100 0 101001 11 10010000 1011100 1000000

Color Harmonies of #50F892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F892

Black with #50F892

Text Example


Text Example

White with #50F892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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