Html Css Color HEX #50C955 Fern

📋 copy color: '#50C955'

red 80 ◦ green 201 ◦ blue 85

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

Shades of Fern #50C955

Tints of Fern #50C955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 21.86%
G = 54.92%
B = 23.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#50C955 (or 0x50C955) is known color: Fern. HEX triplet: 50, C9 and 55. RGB value is (80,201,85). Sum of RGB (Red+Green+Blue) = 80+201+85=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #50C955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C955 is #AF36AA. Grayscale: #979797. Windows color (decimal): -11482795 or 5622096. OLE color: 5622096.

HSL color Cylindrical-coordinate representation of color #50C955: hue angle of 122.48º 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 #50C955 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 85 -
CMYK 0.60 0 0.58 0.21
HSL 122.48º 0.53% 0.55% -
HSV(B) 122.48º 0.6% 0.79% -
XYZ 25.83 44.13 15.75 -
YUV 151.6 90.41 76.93 -
System Red Green Blue C M Y K H S L
Decimal 80 201 85 0.60 0 0.58 0.21 122.48 0.53 0.55
Hex 50 C9 55 3C 0 3A 15 7A 35 37
Octal 120 311 125 74 0 72 25 172 65 67
Binary 1010000 11001001 1010101 111100 0 111010 10101 1111010 110101 110111

Color Harmonies of #50C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C955

Black with #50C955

Text Example


Text Example

White with #50C955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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