Html Css Color HEX #50B566 Fern

📋 copy color: '#50B566'

red 80 ◦ green 181 ◦ blue 102

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

Shades of Fern #50B566

Tints of Fern #50B566

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.86%

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

R = 22.04%
G = 49.86%
B = 28.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#50B566 (or 0x50B566) is known color: Fern. HEX triplet: 50, B5 and 66. RGB value is (80,181,102). Sum of RGB (Red+Green+Blue) = 80+181+102=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #50B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B566 is #AF4A99. Grayscale: #8E8E8E. Windows color (decimal): -11487898 or 6731088. OLE color: 6731088.

HSL color Cylindrical-coordinate representation of color #50B566: hue angle of 133.07º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B566 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 102 -
CMYK 0.56 0 0.44 0.29
HSL 133.07º 0.41% 0.51% -
HSV(B) 133.07º 0.56% 0.71% -
XYZ 22.23 35.71 18.29 -
YUV 141.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 80 181 102 0.56 0 0.44 0.29 133.07 0.41 0.51
Hex 50 B5 66 38 0 2C 1D 85 29 33
Octal 120 265 146 70 0 54 35 205 51 63
Binary 1010000 10110101 1100110 111000 0 101100 11101 10000101 101001 110011

Color Harmonies of #50B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B566

Black with #50B566

Text Example


Text Example

White with #50B566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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