Html Css Color HEX #50B863 Fern

📋 copy color: '#50B863'

red 80 ◦ green 184 ◦ blue 99

#50B863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #50B863

Tints of Fern #50B863

RGB

 RED value IS 80 (31.64% from 255) = 22.04%

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 22.04%
G = 50.69%
B = 27.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#50B863 (or 0x50B863) is known color: Fern. HEX triplet: 50, B8 and 63. RGB value is (80,184,99). Sum of RGB (Red+Green+Blue) = 80+184+99=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #50B863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B863 is #AF479C. Grayscale: #8F8F8F. Windows color (decimal): -11487133 or 6535248. OLE color: 6535248.

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

Color convert

RGB 80 184 99 -
CMYK 0.57 0 0.46 0.28
HSL 130.96º 0.42% 0.52% -
HSV(B) 130.96º 0.57% 0.72% -
XYZ 22.7 36.89 17.73 -
YUV 143.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 80 184 99 0.57 0 0.46 0.28 130.96 0.42 0.52
Hex 50 B8 63 39 0 2E 1C 83 2A 34
Octal 120 270 143 71 0 56 34 203 52 64
Binary 1010000 10111000 1100011 111001 0 101110 11100 10000011 101010 110100

Color Harmonies of #50B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B863

Black with #50B863

Text Example


Text Example

White with #50B863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,99); }

 H1.HeaderClassName
 {
   color: #50B863;
 }
 .AnyTagClassName
 {
   color: #50B863;
 }
</style>

background-color css

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

 a { background-color: rgb(80,184,99); }

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

border-color css

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

 span { border-color: rgb(80,184,99); }

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