#50CA56

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

Shades of Fern #50CA56

Tints of Fern #50CA56

Color information

#50CA56 (or 0x50CA56) is unknown color: approx Fern. HEX triplet: 50, CA and 56. RGB value is (80,202,86). Sum of RGB (Red+Green+Blue) = 80+202+86=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA56 is #AF35A9. Grayscale: #989898. Windows color (decimal): -11482538 or 5687888. OLE color: 5687888.

HSL color Cylindrical-coordinate representation of color #50CA56: hue angle of 122.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA56 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB8020286-
CMYK0.6000.570.21
HSL122.95º53.51%55.29%-
HSV(B)122.95º60.4%79.22%-
XYZ26.1144.6216.04-
YUV152.390.5876.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=21.74%
G=54.89%
B=23.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202860.6000.570.21122.9553.5155.29
Hex50CA563C039157b3637
Octal12031212674071251736667
Binary10100001100101010101101111000111001101011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,86); }

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

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

 a { background-color: rgb(80,202,86); }

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

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

 span { border-color: rgb(80,202,86); }

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