#50C55B

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

Shades of Fern #50C55B

Tints of Fern #50C55B

Color information

#50C55B (or 0x50C55B) is unknown color: approx Fern. HEX triplet: 50, C5 and 5B. RGB value is (80,197,91). Sum of RGB (Red+Green+Blue) = 80+197+91=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #50C55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C55B is #AF3AA4. Grayscale: #969696. Windows color (decimal): -11483813 or 6014288. OLE color: 6014288.

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

Color convert

RGB8019791-
CMYK0.5900.540.23
HSL125.64º50.21%54.31%-
HSV(B)125.64º59.39%77.25%-
XYZ25.1642.3916.75-
YUV149.9394.7478.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 197 (77.34% from 255) = 53.53%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=21.74%
G=53.53%
B=24.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197910.5900.540.23125.6450.2154.31
Hex50C55B3B036177e3236
Octal12030513373066271766266
Binary10100001100010110110111110110110110101111111110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,91); }

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

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

 a { background-color: rgb(80,197,91); }

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

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

 span { border-color: rgb(80,197,91); }

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