#50C55C

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

Shades of Fern #50C55C

Tints of Fern #50C55C

Color information

#50C55C (or 0x50C55C) is unknown color: approx Fern. HEX triplet: 50, C5 and 5C. RGB value is (80,197,92). Sum of RGB (Red+Green+Blue) = 80+197+92=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #50C55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C55C is #AF3AA3. Grayscale: #969696. Windows color (decimal): -11483812 or 6079824. OLE color: 6079824.

HSL color Cylindrical-coordinate representation of color #50C55C: hue angle of 126.15º 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 #50C55C is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB8019792-
CMYK0.5900.530.23
HSL126.15º50.21%54.31%-
HSV(B)126.15º59.39%77.25%-
XYZ25.2142.4116.98-
YUV150.0595.2478.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 197 (77.34% from 255) = 53.39%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=21.68%
G=53.39%
B=24.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197920.5900.530.23126.1550.2154.31
Hex50C55C3B035177e3236
Octal12030513473065271766266
Binary10100001100010110111001110110110101101111111110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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