#50BB60

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

Shades of Fern #50BB60

Tints of Fern #50BB60

Color information

#50BB60 (or 0x50BB60) is unknown color: approx Fern. HEX triplet: 50, BB and 60. RGB value is (80,187,96). Sum of RGB (Red+Green+Blue) = 80+187+96=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB60 is #AF449F. Grayscale: #909090. Windows color (decimal): -11486368 or 6339408. OLE color: 6339408.

HSL color Cylindrical-coordinate representation of color #50BB60: hue angle of 128.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB60 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB8018796-
CMYK0.5700.490.27
HSL128.97º44.03%52.35%-
HSV(B)128.97º57.22%73.33%-
XYZ23.1938.0917.2-
YUV144.63100.5581.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=22.04%
G=51.52%
B=26.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187960.5700.490.27128.9744.0352.35
Hex50BB60390311B812c34
Octal12027314071061332015464
Binary101000010111011110000011100101100011101110000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,96); }

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

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

 a { background-color: rgb(80,187,96); }

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

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

 span { border-color: rgb(80,187,96); }

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