#50D356

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

Shades of Fern #50D356

Tints of Fern #50D356

Color information

#50D356 (or 0x50D356) is unknown color: approx Fern. HEX triplet: 50, D3 and 56. RGB value is (80,211,86). Sum of RGB (Red+Green+Blue) = 80+211+86=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #50D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D356 is #AF2CA9. Grayscale: #9D9D9D. Windows color (decimal): -11480234 or 5690192. OLE color: 5690192.

HSL color Cylindrical-coordinate representation of color #50D356: hue angle of 122.75º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D356 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB8021186-
CMYK0.6200.590.17
HSL122.75º59.82%57.06%-
HSV(B)122.75º62.09%82.75%-
XYZ28.2848.9716.76-
YUV157.5887.672.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 211 (82.81% from 255) = 55.97%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=21.22%
G=55.97%
B=22.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80211860.6200.590.17122.7559.8257.06
Hex50D3563E03B117b3c39
Octal12032312676073211737471
Binary10100001101001110101101111100111011100011111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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