#50B75E

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

Shades of Fern #50B75E

Tints of Fern #50B75E

Color information

#50B75E (or 0x50B75E) is unknown color: approx Fern. HEX triplet: 50, B7 and 5E. RGB value is (80,183,94). Sum of RGB (Red+Green+Blue) = 80+183+94=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #50B75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B75E is #AF48A1. Grayscale: #8E8E8E. Windows color (decimal): -11487394 or 6207312. OLE color: 6207312.

HSL color Cylindrical-coordinate representation of color #50B75E: hue angle of 128.16º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B75E is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB8018394-
CMYK0.5600.490.28
HSL128.16º41.7%51.57%-
HSV(B)128.16º56.28%71.76%-
XYZ22.2636.3816.44-
YUV142.06100.8883.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 183 (71.88% from 255) = 51.26%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=22.41%
G=51.26%
B=26.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183940.5600.490.28128.1641.751.57
Hex50B75E380311C802a34
Octal12026713670061342005264
Binary101000010110111101111011100001100011110010000000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,94); }

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

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

 a { background-color: rgb(80,183,94); }

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

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

 span { border-color: rgb(80,183,94); }

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