Html Css Color HEX #50BA62 Fern

📋 copy color: '#50BA62'

red 80 ◦ green 186 ◦ blue 98

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

Shades of Fern #50BA62

Tints of Fern #50BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 21.98%
G = 51.1%
B = 26.92%

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

#50BA62 (or 0x50BA62) is known color: Fern. HEX triplet: 50, BA and 62. RGB value is (80,186,98). Sum of RGB (Red+Green+Blue) = 80+186+98=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA62 is #AF459D. Grayscale: #909090. Windows color (decimal): -11486622 or 6470224. OLE color: 6470224.

HSL color Cylindrical-coordinate representation of color #50BA62: hue angle of 130.19º 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 #50BA62 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 98 -
CMYK 0.57 0 0.47 0.27
HSL 130.19º 0.43% 0.52% -
HSV(B) 130.19º 0.57% 0.73% -
XYZ 23.07 37.71 17.62 -
YUV 144.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 80 186 98 0.57 0 0.47 0.27 130.19 0.43 0.52
Hex 50 BA 62 39 0 2F 1B 82 2B 34
Octal 120 272 142 71 0 57 33 202 53 64
Binary 1010000 10111010 1100010 111001 0 101111 11011 10000010 101011 110100

Color Harmonies of #50BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA62

Black with #50BA62

Text Example


Text Example

White with #50BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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