Html Css Color HEX #50BA63 Fern

📋 copy color: '#50BA63'

red 80 ◦ green 186 ◦ blue 99

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

Shades of Fern #50BA63

Tints of Fern #50BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.96%

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

R = 21.92%
G = 50.96%
B = 27.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#50BA63 (or 0x50BA63) is known color: Fern. HEX triplet: 50, BA and 63. RGB value is (80,186,99). Sum of RGB (Red+Green+Blue) = 80+186+99=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA63 is #AF459C. Grayscale: #909090. Windows color (decimal): -11486621 or 6535760. OLE color: 6535760.

HSL color Cylindrical-coordinate representation of color #50BA63: hue angle of 130.75º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA63 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 99 -
CMYK 0.57 0 0.47 0.27
HSL 130.75º 0.43% 0.52% -
HSV(B) 130.75º 0.57% 0.73% -
XYZ 23.12 37.72 17.87 -
YUV 144.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 80 186 99 0.57 0 0.47 0.27 130.75 0.43 0.52
Hex 50 BA 63 39 0 2F 1B 83 2B 34
Octal 120 272 143 71 0 57 33 203 53 64
Binary 1010000 10111010 1100011 111001 0 101111 11011 10000011 101011 110100

Color Harmonies of #50BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA63

Black with #50BA63

Text Example


Text Example

White with #50BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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