Html Css Color HEX #50BA60 Fern

📋 copy color: '#50BA60'

red 80 ◦ green 186 ◦ blue 96

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

Shades of Fern #50BA60

Tints of Fern #50BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 22.1%
G = 51.38%
B = 26.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#50BA60 (or 0x50BA60) is known color: Fern. HEX triplet: 50, BA and 60. RGB value is (80,186,96). Sum of RGB (Red+Green+Blue) = 80+186+96=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA60 is #AF459F. Grayscale: #909090. Windows color (decimal): -11486624 or 6339152. OLE color: 6339152.

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

Color convert

RGB 80 186 96 -
CMYK 0.57 0 0.48 0.27
HSL 129.06º 0.43% 0.52% -
HSV(B) 129.06º 0.57% 0.73% -
XYZ 22.98 37.67 17.13 -
YUV 144.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 80 186 96 0.57 0 0.48 0.27 129.06 0.43 0.52
Hex 50 BA 60 39 0 30 1B 81 2B 34
Octal 120 272 140 71 0 60 33 201 53 64
Binary 1010000 10111010 1100000 111001 0 110000 11011 10000001 101011 110100

Color Harmonies of #50BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA60

Black with #50BA60

Text Example


Text Example

White with #50BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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