#50CB57

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

Shades of Fern #50CB57

Tints of Fern #50CB57

Color information

#50CB57 (or 0x50CB57) is unknown color: approx Fern. HEX triplet: 50, CB and 57. RGB value is (80,203,87). Sum of RGB (Red+Green+Blue) = 80+203+87=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB57 is #AF34A8. Grayscale: #999999. Windows color (decimal): -11482281 or 5753680. OLE color: 5753680.

HSL color Cylindrical-coordinate representation of color #50CB57: hue angle of 123.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB57 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB8020387-
CMYK0.6100.570.20
HSL123.41º54.19%55.49%-
HSV(B)123.41º60.59%79.61%-
XYZ26.3845.1116.33-
YUV15390.7575.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 203 (79.69% from 255) = 54.86%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=21.62%
G=54.86%
B=23.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203870.6100.570.20123.4154.1955.49
Hex50CB573D039147b3637
Octal12031312775071241736667
Binary10100001100101110101111111010111001101001111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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