Html Css Color HEX #50B861 Fern

📋 copy color: '#50B861'

red 80 ◦ green 184 ◦ blue 97

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

Shades of Fern #50B861

Tints of Fern #50B861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 22.16%
G = 50.97%
B = 26.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#50B861 (or 0x50B861) is known color: Fern. HEX triplet: 50, B8 and 61. RGB value is (80,184,97). Sum of RGB (Red+Green+Blue) = 80+184+97=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #50B861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B861 is #AF479E. Grayscale: #8F8F8F. Windows color (decimal): -11487135 or 6404176. OLE color: 6404176.

HSL color Cylindrical-coordinate representation of color #50B861: hue angle of 129.81º 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 #50B861 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 97 -
CMYK 0.57 0 0.47 0.28
HSL 129.81º 0.42% 0.52% -
HSV(B) 129.81º 0.57% 0.72% -
XYZ 22.61 36.85 17.23 -
YUV 142.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 80 184 97 0.57 0 0.47 0.28 129.81 0.42 0.52
Hex 50 B8 61 39 0 2F 1C 82 2A 34
Octal 120 270 141 71 0 57 34 202 52 64
Binary 1010000 10111000 1100001 111001 0 101111 11100 10000010 101010 110100

Color Harmonies of #50B861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B861

Black with #50B861

Text Example


Text Example

White with #50B861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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