#50C359

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

Shades of Fern #50C359

Tints of Fern #50C359

Color information

#50C359 (or 0x50C359) is unknown color: approx Fern. HEX triplet: 50, C3 and 59. RGB value is (80,195,89). Sum of RGB (Red+Green+Blue) = 80+195+89=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #50C359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C359 is #AF3CA6. Grayscale: #949494. Windows color (decimal): -11484327 or 5882704. OLE color: 5882704.

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

Color convert

RGB8019589-
CMYK0.5900.540.24
HSL124.7º48.94%53.92%-
HSV(B)124.7º58.97%76.47%-
XYZ24.6341.4616.16-
YUV148.5394.479.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=21.98%
G=53.57%
B=24.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80195890.5900.540.24124.748.9453.92
Hex50C3593B036187d3136
Octal12030313173066301756166
Binary10100001100001110110011110110110110110001111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,195,89); }

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

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

 a { background-color: rgb(80,195,89); }

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

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

 span { border-color: rgb(80,195,89); }

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