#50d358

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

Shades of Fern #50D358

Tints of Fern #50D358

Color information

#50D358 (or 0x50D358) is unknown color: approx Fern. HEX triplet: 50, D3 and 58. RGB value is (80,211,88). Sum of RGB (Red+Green+Blue) = 80+211+88=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #50D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D358 is #AF2CA7. Grayscale: #9E9E9E. Windows color (decimal): -11480232 or 5821264. OLE color: 5821264.

HSL color Cylindrical-coordinate representation of color #50D358: hue angle of 123.66º 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 #50D358 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB8021188-
CMYK0.6200.580.17
HSL123.66º59.82%57.06%-
HSV(B)123.66º62.09%82.75%-
XYZ28.364917.2-
YUV157.8188.672.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 211 (82.81% from 255) = 55.67%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=21.11%
G=55.67%
B=23.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80211880.6200.580.17123.6659.8257.06
Hex50D3583E03A117c3c39
Octal12032313076072211747471
Binary10100001101001110110001111100111010100011111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50d358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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