#50C159

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

Shades of Fern #50C159

Tints of Fern #50C159

Color information

#50C159 (or 0x50C159) is unknown color: approx Fern. HEX triplet: 50, C1 and 59. RGB value is (80,193,89). Sum of RGB (Red+Green+Blue) = 80+193+89=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #50C159 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C159 is #AF3EA6. Grayscale: #939393. Windows color (decimal): -11484839 or 5882192. OLE color: 5882192.

HSL color Cylindrical-coordinate representation of color #50C159: hue angle of 124.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C159 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB8019389-
CMYK0.5900.540.24
HSL124.78º47.68%53.53%-
HSV(B)124.78º58.55%75.69%-
XYZ24.1840.5716.01-
YUV147.3695.0679.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 193 (75.78% from 255) = 53.31%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=22.10%
G=53.31%
B=24.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80193890.5900.540.24124.7847.6853.53
Hex50C1593B036187d3036
Octal12030113173066301756066
Binary10100001100000110110011110110110110110001111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,89); }

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

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

 a { background-color: rgb(80,193,89); }

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

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

 span { border-color: rgb(80,193,89); }

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