Html Css Color HEX #50C363 Fern

📋 copy color: '#50C363'

red 80 ◦ green 195 ◦ blue 99

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

Shades of Fern #50C363

Tints of Fern #50C363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.14%

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 21.39%
G = 52.14%
B = 26.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#50C363 (or 0x50C363) is known color: Fern. HEX triplet: 50, C3 and 63. RGB value is (80,195,99). Sum of RGB (Red+Green+Blue) = 80+195+99=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #50C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C363 is #AF3C9C. Grayscale: #959595. Windows color (decimal): -11484317 or 6538064. OLE color: 6538064.

HSL color Cylindrical-coordinate representation of color #50C363: hue angle of 129.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C363 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 99 -
CMYK 0.59 0 0.49 0.24
HSL 129.91º 0.49% 0.54% -
HSV(B) 129.91º 0.59% 0.76% -
XYZ 25.08 41.64 18.52 -
YUV 149.67 99.4 78.31 -
System Red Green Blue C M Y K H S L
Decimal 80 195 99 0.59 0 0.49 0.24 129.91 0.49 0.54
Hex 50 C3 63 3B 0 31 18 82 31 36
Octal 120 303 143 73 0 61 30 202 61 66
Binary 1010000 11000011 1100011 111011 0 110001 11000 10000010 110001 110110

Color Harmonies of #50C363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C363

Black with #50C363

Text Example


Text Example

White with #50C363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,195,99); }

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

background-color css

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

 a { background-color: rgb(80,195,99); }

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

border-color css

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

 span { border-color: rgb(80,195,99); }

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