#50b762

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

Shades of Fern #50B762

Tints of Fern #50B762

Color information

#50B762 (or 0x50B762) is unknown color: approx Fern. HEX triplet: 50, B7 and 62. RGB value is (80,183,98). Sum of RGB (Red+Green+Blue) = 80+183+98=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #50B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B762 is #AF489D. Grayscale: #8E8E8E. Windows color (decimal): -11487390 or 6469456. OLE color: 6469456.

HSL color Cylindrical-coordinate representation of color #50B762: hue angle of 130.49º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B762 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB8018398-
CMYK0.5600.460.28
HSL130.49º41.7%51.57%-
HSV(B)130.49º56.28%71.76%-
XYZ22.4536.4517.41-
YUV142.51102.8883.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=22.16%
G=50.69%
B=27.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183980.5600.460.28130.4941.751.57
Hex50B7623802E1C822a34
Octal12026714270056342025264
Binary101000010110111110001011100001011101110010000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,98); }

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

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

 a { background-color: rgb(80,183,98); }

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

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

 span { border-color: rgb(80,183,98); }

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