Html Css Color HEX #50C45A Fern

📋 copy color: '#50C45A'

red 80 ◦ green 196 ◦ blue 90

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

Shades of Fern #50C45A

Tints of Fern #50C45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 21.86%
G = 53.55%
B = 24.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#50C45A (or 0x50C45A) is known color: Fern. HEX triplet: 50, C4 and 5A. RGB value is (80,196,90). Sum of RGB (Red+Green+Blue) = 80+196+90=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #50C45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C45A is #AF3BA5. Grayscale: #959595. Windows color (decimal): -11484070 or 5948496. OLE color: 5948496.

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

Color convert

RGB 80 196 90 -
CMYK 0.59 0 0.54 0.23
HSL 125.17º 0.5% 0.54% -
HSV(B) 125.17º 0.59% 0.77% -
XYZ 24.89 41.92 16.45 -
YUV 149.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 80 196 90 0.59 0 0.54 0.23 125.17 0.5 0.54
Hex 50 C4 5A 3B 0 36 17 7D 32 36
Octal 120 304 132 73 0 66 27 175 62 66
Binary 1010000 11000100 1011010 111011 0 110110 10111 1111101 110010 110110

Color Harmonies of #50C45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C45A

Black with #50C45A

Text Example


Text Example

White with #50C45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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