Html Css Color HEX #50BC67 Fern

📋 copy color: '#50BC67'

red 80 ◦ green 188 ◦ blue 103

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

Shades of Fern #50BC67

Tints of Fern #50BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 21.56%
G = 50.67%
B = 27.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#50BC67 (or 0x50BC67) is known color: Fern. HEX triplet: 50, BC and 67. RGB value is (80,188,103). Sum of RGB (Red+Green+Blue) = 80+188+103=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC67 is #AF4398. Grayscale: #929292. Windows color (decimal): -11486105 or 6798416. OLE color: 6798416.

HSL color Cylindrical-coordinate representation of color #50BC67: hue angle of 132.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC67 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 103 -
CMYK 0.57 0 0.45 0.26
HSL 132.78º 0.45% 0.53% -
HSV(B) 132.78º 0.57% 0.74% -
XYZ 23.74 38.65 19.04 -
YUV 146.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 80 188 103 0.57 0 0.45 0.26 132.78 0.45 0.53
Hex 50 BC 67 39 0 2D 1A 85 2D 35
Octal 120 274 147 71 0 55 32 205 55 65
Binary 1010000 10111100 1100111 111001 0 101101 11010 10000101 101101 110101

Color Harmonies of #50BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC67

Black with #50BC67

Text Example


Text Example

White with #50BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,103); }

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

background-color css

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

 a { background-color: rgb(80,188,103); }

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

border-color css

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

 span { border-color: rgb(80,188,103); }

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