Html Css Color HEX #50C95E Fern

📋 copy color: '#50C95E'

red 80 ◦ green 201 ◦ blue 94

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

Shades of Fern #50C95E

Tints of Fern #50C95E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.6%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 21.33%
G = 53.6%
B = 25.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#50C95E (or 0x50C95E) is known color: Fern. HEX triplet: 50, C9 and 5E. RGB value is (80,201,94). Sum of RGB (Red+Green+Blue) = 80+201+94=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #50C95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C95E is #AF36A1. Grayscale: #989898. Windows color (decimal): -11482786 or 6211920. OLE color: 6211920.

HSL color Cylindrical-coordinate representation of color #50C95E: hue angle of 126.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C95E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 94 -
CMYK 0.60 0 0.53 0.21
HSL 126.94º 0.53% 0.55% -
HSV(B) 126.94º 0.6% 0.79% -
XYZ 26.22 44.29 17.76 -
YUV 152.62 94.91 76.2 -
System Red Green Blue C M Y K H S L
Decimal 80 201 94 0.60 0 0.53 0.21 126.94 0.53 0.55
Hex 50 C9 5E 3C 0 35 15 7F 35 37
Octal 120 311 136 74 0 65 25 177 65 67
Binary 1010000 11001001 1011110 111100 0 110101 10101 1111111 110101 110111

Color Harmonies of #50C95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C95E

Black with #50C95E

Text Example


Text Example

White with #50C95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,94); }

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

background-color css

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

 a { background-color: rgb(80,201,94); }

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

border-color css

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

 span { border-color: rgb(80,201,94); }

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