Html Css Color HEX #50BA66 Fern

📋 copy color: '#50BA66'

red 80 ◦ green 186 ◦ blue 102

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

Shades of Fern #50BA66

Tints of Fern #50BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 21.74%
G = 50.54%
B = 27.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#50BA66 (or 0x50BA66) is known color: Fern. HEX triplet: 50, BA and 66. RGB value is (80,186,102). Sum of RGB (Red+Green+Blue) = 80+186+102=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA66 is #AF4599. Grayscale: #909090. Windows color (decimal): -11486618 or 6732368. OLE color: 6732368.

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

Color convert

RGB 80 186 102 -
CMYK 0.57 0 0.45 0.27
HSL 132.45º 0.43% 0.52% -
HSV(B) 132.45º 0.57% 0.73% -
XYZ 23.27 37.78 18.64 -
YUV 144.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 80 186 102 0.57 0 0.45 0.27 132.45 0.43 0.52
Hex 50 BA 66 39 0 2D 1B 84 2B 34
Octal 120 272 146 71 0 55 33 204 53 64
Binary 1010000 10111010 1100110 111001 0 101101 11011 10000100 101011 110100

Color Harmonies of #50BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA66

Black with #50BA66

Text Example


Text Example

White with #50BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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