Html Css Color HEX #50C956 Fern

📋 copy color: '#50C956'

red 80 ◦ green 201 ◦ blue 86

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

Shades of Fern #50C956

Tints of Fern #50C956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 21.8%
G = 54.77%
B = 23.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#50C956 (or 0x50C956) is known color: Fern. HEX triplet: 50, C9 and 56. RGB value is (80,201,86). Sum of RGB (Red+Green+Blue) = 80+201+86=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #50C956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C956 is #AF36A9. Grayscale: #989898. Windows color (decimal): -11482794 or 5687632. OLE color: 5687632.

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

Color convert

RGB 80 201 86 -
CMYK 0.60 0 0.57 0.21
HSL 122.98º 0.53% 0.55% -
HSV(B) 122.98º 0.6% 0.79% -
XYZ 25.87 44.15 15.96 -
YUV 151.71 90.91 76.85 -
System Red Green Blue C M Y K H S L
Decimal 80 201 86 0.60 0 0.57 0.21 122.98 0.53 0.55
Hex 50 C9 56 3C 0 39 15 7B 35 37
Octal 120 311 126 74 0 71 25 173 65 67
Binary 1010000 11001001 1010110 111100 0 111001 10101 1111011 110101 110111

Color Harmonies of #50C956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C956

Black with #50C956

Text Example


Text Example

White with #50C956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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