Html Css Color HEX #50C45D Fern

📋 copy color: '#50C45D'

red 80 ◦ green 196 ◦ blue 93

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

Shades of Fern #50C45D

Tints of Fern #50C45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.12%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 21.68%
G = 53.12%
B = 25.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#50C45D (or 0x50C45D) is known color: Fern. HEX triplet: 50, C4 and 5D. RGB value is (80,196,93). Sum of RGB (Red+Green+Blue) = 80+196+93=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #50C45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C45D is #AF3BA2. Grayscale: #959595. Windows color (decimal): -11484067 or 6145104. OLE color: 6145104.

HSL color Cylindrical-coordinate representation of color #50C45D: hue angle of 126.72º 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 #50C45D is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 93 -
CMYK 0.59 0 0.53 0.23
HSL 126.72º 0.5% 0.54% -
HSV(B) 126.72º 0.59% 0.77% -
XYZ 25.02 41.98 17.14 -
YUV 149.57 96.07 78.38 -
System Red Green Blue C M Y K H S L
Decimal 80 196 93 0.59 0 0.53 0.23 126.72 0.5 0.54
Hex 50 C4 5D 3B 0 35 17 7F 32 36
Octal 120 304 135 73 0 65 27 177 62 66
Binary 1010000 11000100 1011101 111011 0 110101 10111 1111111 110010 110110

Color Harmonies of #50C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C45D

Black with #50C45D

Text Example


Text Example

White with #50C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,93); }

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

background-color css

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

 a { background-color: rgb(80,196,93); }

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

border-color css

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

 span { border-color: rgb(80,196,93); }

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