#50C657

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

Shades of Fern #50C657

Tints of Fern #50C657

Color information

#50C657 (or 0x50C657) is unknown color: approx Fern. HEX triplet: 50, C6 and 57. RGB value is (80,198,87). Sum of RGB (Red+Green+Blue) = 80+198+87=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #50C657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C657 is #AF39A8. Grayscale: #969696. Windows color (decimal): -11483561 or 5752400. OLE color: 5752400.

HSL color Cylindrical-coordinate representation of color #50C657: hue angle of 123.56º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C657 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB8019887-
CMYK0.6000.560.22
HSL123.56º50.86%54.51%-
HSV(B)123.56º59.6%77.65%-
XYZ25.2242.7815.95-
YUV150.0692.4178.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 198 (77.73% from 255) = 54.25%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=21.92%
G=54.25%
B=23.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198870.6000.560.22123.5650.8654.51
Hex50C6573C038167c3337
Octal12030612774070261746367
Binary10100001100011010101111111000111000101101111100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,87); }

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

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

 a { background-color: rgb(80,198,87); }

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

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

 span { border-color: rgb(80,198,87); }

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