Html Css Color HEX #50BE65 Fern

📋 copy color: '#50BE65'

red 80 ◦ green 190 ◦ blue 101

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

Shades of Fern #50BE65

Tints of Fern #50BE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.21%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 21.56%
G = 51.21%
B = 27.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#50BE65 (or 0x50BE65) is known color: Fern. HEX triplet: 50, BE and 65. RGB value is (80,190,101). Sum of RGB (Red+Green+Blue) = 80+190+101=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE65 is #AF419A. Grayscale: #939393. Windows color (decimal): -11485595 or 6667856. OLE color: 6667856.

HSL color Cylindrical-coordinate representation of color #50BE65: hue angle of 131.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE65 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 101 -
CMYK 0.58 0 0.47 0.25
HSL 131.45º 0.46% 0.53% -
HSV(B) 131.45º 0.58% 0.75% -
XYZ 24.07 39.47 18.66 -
YUV 146.96 102.06 80.24 -
System Red Green Blue C M Y K H S L
Decimal 80 190 101 0.58 0 0.47 0.25 131.45 0.46 0.53
Hex 50 BE 65 3A 0 2F 19 83 2E 35
Octal 120 276 145 72 0 57 31 203 56 65
Binary 1010000 10111110 1100101 111010 0 101111 11001 10000011 101110 110101

Color Harmonies of #50BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE65

Black with #50BE65

Text Example


Text Example

White with #50BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,101); }

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

background-color css

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

 a { background-color: rgb(80,190,101); }

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

border-color css

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

 span { border-color: rgb(80,190,101); }

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