Html Css Color HEX #50B85E Fern

📋 copy color: '#50B85E'

red 80 ◦ green 184 ◦ blue 94

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

Shades of Fern #50B85E

Tints of Fern #50B85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 22.35%
G = 51.4%
B = 26.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#50B85E (or 0x50B85E) is known color: Fern. HEX triplet: 50, B8 and 5E. RGB value is (80,184,94). Sum of RGB (Red+Green+Blue) = 80+184+94=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #50B85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B85E is #AF47A1. Grayscale: #8E8E8E. Windows color (decimal): -11487138 or 6207568. OLE color: 6207568.

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

Color convert

RGB 80 184 94 -
CMYK 0.57 0 0.49 0.28
HSL 128.08º 0.42% 0.52% -
HSV(B) 128.08º 0.57% 0.72% -
XYZ 22.47 36.79 16.51 -
YUV 142.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 80 184 94 0.57 0 0.49 0.28 128.08 0.42 0.52
Hex 50 B8 5E 39 0 31 1C 80 2A 34
Octal 120 270 136 71 0 61 34 200 52 64
Binary 1010000 10111000 1011110 111001 0 110001 11100 10000000 101010 110100

Color Harmonies of #50B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B85E

Black with #50B85E

Text Example


Text Example

White with #50B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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