#50F394

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

Shades of Emerald #50F394

Tints of Emerald #50F394

Color information

#50F394 (or 0x50F394) is unknown color: approx Emerald. HEX triplet: 50, F3 and 94. RGB value is (80,243,148). Sum of RGB (Red+Green+Blue) = 80+243+148=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #50F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F394 is #AF0C6B. Grayscale: #B7B7B7. Windows color (decimal): -11471980 or 9761616. OLE color: 9761616.

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

Color convert

RGB80243148-
CMYK0.6700.390.05
HSL145.03º87.17%63.33%-
HSV(B)145.03º67.08%95.29%-
XYZ40.767.9438.99-
YUV183.4310854.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.99%
GREEN value IS 243 (95.31% from 255) = 51.59%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=16.99%
G=51.59%
B=31.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802431480.6700.390.05145.0387.1763.33
Hex50F39443027591573f
Octal120363224103047522112777
Binary1010000111100111001010010000110100111101100100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,148); }

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

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

 a { background-color: rgb(80,243,148); }

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

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

 span { border-color: rgb(80,243,148); }

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