#50F184

Color #50F184 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50F184

Tints of Emerald #50F184

Color information

#50F184 (or 0x50F184) is unknown color: approx Emerald. HEX triplet: 50, F1 and 84. RGB value is (80,241,132). Sum of RGB (Red+Green+Blue) = 80+241+132=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #50F184 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F184 is #AF0E7B. Grayscale: #B4B4B4. Windows color (decimal): -11472508 or 8712528. OLE color: 8712528.

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

Color convert

RGB80241132-
CMYK0.6700.450.05
HSL139.38º85.19%62.94%-
HSV(B)139.38º66.8%94.51%-
XYZ38.9366.2832.57-
YUV180.43100.6656.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 241 (94.53% from 255) = 53.20%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=17.66%
G=53.20%
B=29.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411320.6700.450.05139.3885.1962.94
Hex50F1844302D58b553f
Octal120361204103055521312577
Binary1010000111100011000010010000110101101101100010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,132); }

 H1.HeaderClassName
 {
   color: #50F184;
 }
 .AnyTagClassName
 {
   color: #50F184;
 }
</style>
background-color css

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

 a { background-color: rgb(80,241,132); }

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

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

 span { border-color: rgb(80,241,132); }

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