Html Css Color HEX #50BA5B Fern

📋 copy color: '#50BA5B'

red 80 ◦ green 186 ◦ blue 91

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

Shades of Fern #50BA5B

Tints of Fern #50BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 22.41%
G = 52.1%
B = 25.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#50BA5B (or 0x50BA5B) is known color: Fern. HEX triplet: 50, BA and 5B. RGB value is (80,186,91). Sum of RGB (Red+Green+Blue) = 80+186+91=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA5B is #AF45A4. Grayscale: #8F8F8F. Windows color (decimal): -11486629 or 6011472. OLE color: 6011472.

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

Color convert

RGB 80 186 91 -
CMYK 0.57 0 0.51 0.27
HSL 126.23º 0.43% 0.52% -
HSV(B) 126.23º 0.57% 0.73% -
XYZ 22.76 37.58 15.95 -
YUV 143.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 80 186 91 0.57 0 0.51 0.27 126.23 0.43 0.52
Hex 50 BA 5B 39 0 33 1B 7E 2B 34
Octal 120 272 133 71 0 63 33 176 53 64
Binary 1010000 10111010 1011011 111001 0 110011 11011 1111110 101011 110100

Color Harmonies of #50BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA5B

Black with #50BA5B

Text Example


Text Example

White with #50BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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