Html Css Color HEX #50B360 Fern

📋 copy color: '#50B360'

red 80 ◦ green 179 ◦ blue 96

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

Shades of Fern #50B360

Tints of Fern #50B360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.42%

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

R = 22.54%
G = 50.42%
B = 27.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#50B360 (or 0x50B360) is known color: Fern. HEX triplet: 50, B3 and 60. RGB value is (80,179,96). Sum of RGB (Red+Green+Blue) = 80+179+96=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #50B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B360 is #AF4C9F. Grayscale: #8C8C8C. Windows color (decimal): -11488416 or 6337360. OLE color: 6337360.

HSL color Cylindrical-coordinate representation of color #50B360: hue angle of 129.7º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B360 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 96 -
CMYK 0.55 0 0.46 0.30
HSL 129.7º 0.39% 0.51% -
HSV(B) 129.7º 0.55% 0.7% -
XYZ 21.54 34.79 16.65 -
YUV 139.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 80 179 96 0.55 0 0.46 0.30 129.7 0.39 0.51
Hex 50 B3 60 37 0 2E 1E 82 27 33
Octal 120 263 140 67 0 56 36 202 47 63
Binary 1010000 10110011 1100000 110111 0 101110 11110 10000010 100111 110011

Color Harmonies of #50B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B360

Black with #50B360

Text Example


Text Example

White with #50B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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