Html Css Color HEX #50B564 Fern

📋 copy color: '#50B564'

red 80 ◦ green 181 ◦ blue 100

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

Shades of Fern #50B564

Tints of Fern #50B564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 22.16%
G = 50.14%
B = 27.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#50B564 (or 0x50B564) is known color: Fern. HEX triplet: 50, B5 and 64. RGB value is (80,181,100). Sum of RGB (Red+Green+Blue) = 80+181+100=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #50B564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B564 is #AF4A9B. Grayscale: #8D8D8D. Windows color (decimal): -11487900 or 6600016. OLE color: 6600016.

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

Color convert

RGB 80 181 100 -
CMYK 0.56 0 0.45 0.29
HSL 131.88º 0.41% 0.51% -
HSV(B) 131.88º 0.56% 0.71% -
XYZ 22.13 35.67 17.78 -
YUV 141.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 80 181 100 0.56 0 0.45 0.29 131.88 0.41 0.51
Hex 50 B5 64 38 0 2D 1D 84 29 33
Octal 120 265 144 70 0 55 35 204 51 63
Binary 1010000 10110101 1100100 111000 0 101101 11101 10000100 101001 110011

Color Harmonies of #50B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B564

Black with #50B564

Text Example


Text Example

White with #50B564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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