Html Css Color HEX #50BC63 Fern

📋 copy color: '#50BC63'

red 80 ◦ green 188 ◦ blue 99

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

Shades of Fern #50BC63

Tints of Fern #50BC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

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

R = 21.8%
G = 51.23%
B = 26.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#50BC63 (or 0x50BC63) is known color: Fern. HEX triplet: 50, BC and 63. RGB value is (80,188,99). Sum of RGB (Red+Green+Blue) = 80+188+99=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC63 is #AF439C. Grayscale: #919191. Windows color (decimal): -11486109 or 6536272. OLE color: 6536272.

HSL color Cylindrical-coordinate representation of color #50BC63: hue angle of 130.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC63 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 99 -
CMYK 0.57 0 0.47 0.26
HSL 130.56º 0.45% 0.53% -
HSV(B) 130.56º 0.57% 0.74% -
XYZ 23.54 38.57 18.01 -
YUV 145.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 80 188 99 0.57 0 0.47 0.26 130.56 0.45 0.53
Hex 50 BC 63 39 0 2F 1A 83 2D 35
Octal 120 274 143 71 0 57 32 203 55 65
Binary 1010000 10111100 1100011 111001 0 101111 11010 10000011 101101 110101

Color Harmonies of #50BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC63

Black with #50BC63

Text Example


Text Example

White with #50BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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