Html Css Color HEX #50B95F Fern

📋 copy color: '#50B95F'

red 80 ◦ green 185 ◦ blue 95

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

Shades of Fern #50B95F

Tints of Fern #50B95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.39%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 22.22%
G = 51.39%
B = 26.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#50B95F (or 0x50B95F) is known color: Fern. HEX triplet: 50, B9 and 5F. RGB value is (80,185,95). Sum of RGB (Red+Green+Blue) = 80+185+95=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #50B95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B95F is #AF46A0. Grayscale: #8F8F8F. Windows color (decimal): -11486881 or 6273360. OLE color: 6273360.

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

Color convert

RGB 80 185 95 -
CMYK 0.57 0 0.49 0.27
HSL 128.57º 0.43% 0.52% -
HSV(B) 128.57º 0.57% 0.73% -
XYZ 22.72 37.23 16.81 -
YUV 143.35 100.71 82.82 -
System Red Green Blue C M Y K H S L
Decimal 80 185 95 0.57 0 0.49 0.27 128.57 0.43 0.52
Hex 50 B9 5F 39 0 31 1B 81 2B 34
Octal 120 271 137 71 0 61 33 201 53 64
Binary 1010000 10111001 1011111 111001 0 110001 11011 10000001 101011 110100

Color Harmonies of #50B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B95F

Black with #50B95F

Text Example


Text Example

White with #50B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,95); }

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

background-color css

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

 a { background-color: rgb(80,185,95); }

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

border-color css

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

 span { border-color: rgb(80,185,95); }

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