Html Css Color HEX #50C05A Fern

📋 copy color: '#50C05A'

red 80 ◦ green 192 ◦ blue 90

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

Shades of Fern #50C05A

Tints of Fern #50C05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

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

R = 22.1%
G = 53.04%
B = 24.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#50C05A (or 0x50C05A) is known color: Fern. HEX triplet: 50, C0 and 5A. RGB value is (80,192,90). Sum of RGB (Red+Green+Blue) = 80+192+90=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #50C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C05A is #AF3FA5. Grayscale: #939393. Windows color (decimal): -11485094 or 5947472. OLE color: 5947472.

HSL color Cylindrical-coordinate representation of color #50C05A: hue angle of 125.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C05A is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 90 -
CMYK 0.58 0 0.53 0.25
HSL 125.36º 0.47% 0.53% -
HSV(B) 125.36º 0.58% 0.75% -
XYZ 24 40.14 16.16 -
YUV 146.88 95.89 80.29 -
System Red Green Blue C M Y K H S L
Decimal 80 192 90 0.58 0 0.53 0.25 125.36 0.47 0.53
Hex 50 C0 5A 3A 0 35 19 7D 2F 35
Octal 120 300 132 72 0 65 31 175 57 65
Binary 1010000 11000000 1011010 111010 0 110101 11001 1111101 101111 110101

Color Harmonies of #50C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C05A

Black with #50C05A

Text Example


Text Example

White with #50C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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