Html Css Color HEX #50C558 Fern

📋 copy color: '#50C558'

red 80 ◦ green 197 ◦ blue 88

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

Shades of Fern #50C558

Tints of Fern #50C558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.97%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 21.92%
G = 53.97%
B = 24.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#50C558 (or 0x50C558) is known color: Fern. HEX triplet: 50, C5 and 58. RGB value is (80,197,88). Sum of RGB (Red+Green+Blue) = 80+197+88=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #50C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C558 is #AF3AA7. Grayscale: #959595. Windows color (decimal): -11483816 or 5817680. OLE color: 5817680.

HSL color Cylindrical-coordinate representation of color #50C558: hue angle of 124.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C558 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 88 -
CMYK 0.59 0 0.55 0.23
HSL 124.1º 0.5% 0.54% -
HSV(B) 124.1º 0.59% 0.77% -
XYZ 25.04 42.34 16.09 -
YUV 149.59 93.24 78.36 -
System Red Green Blue C M Y K H S L
Decimal 80 197 88 0.59 0 0.55 0.23 124.1 0.5 0.54
Hex 50 C5 58 3B 0 37 17 7C 32 36
Octal 120 305 130 73 0 67 27 174 62 66
Binary 1010000 11000101 1011000 111011 0 110111 10111 1111100 110010 110110

Color Harmonies of #50C558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C558

Black with #50C558

Text Example


Text Example

White with #50C558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,197,88); }

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

background-color css

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

 a { background-color: rgb(80,197,88); }

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

border-color css

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

 span { border-color: rgb(80,197,88); }

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