Html Css Color HEX #50BB5B Fern

📋 copy color: '#50BB5B'

red 80 ◦ green 187 ◦ blue 91

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

Shades of Fern #50BB5B

Tints of Fern #50BB5B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.23%

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

R = 22.35%
G = 52.23%
B = 25.42%

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

#50BB5B (or 0x50BB5B) is known color: Fern. HEX triplet: 50, BB and 5B. RGB value is (80,187,91). Sum of RGB (Red+Green+Blue) = 80+187+91=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB5B is #AF44A4. Grayscale: #909090. Windows color (decimal): -11486373 or 6011728. OLE color: 6011728.

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

Color convert

RGB 80 187 91 -
CMYK 0.57 0 0.51 0.27
HSL 126.17º 0.44% 0.52% -
HSV(B) 126.17º 0.57% 0.73% -
XYZ 22.97 38 16.02 -
YUV 144.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 80 187 91 0.57 0 0.51 0.27 126.17 0.44 0.52
Hex 50 BB 5B 39 0 33 1B 7E 2C 34
Octal 120 273 133 71 0 63 33 176 54 64
Binary 1010000 10111011 1011011 111001 0 110011 11011 1111110 101100 110100

Color Harmonies of #50BB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB5B

Black with #50BB5B

Text Example


Text Example

White with #50BB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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