Html Css Color HEX #50D956 Fern

📋 copy color: '#50D956'

red 80 ◦ green 217 ◦ blue 86

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

Shades of Fern #50D956

Tints of Fern #50D956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.66%

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

R = 20.89%
G = 56.66%
B = 22.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#50D956 (or 0x50D956) is known color: Fern. HEX triplet: 50, D9 and 56. RGB value is (80,217,86). Sum of RGB (Red+Green+Blue) = 80+217+86=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #50D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D956 is #AF26A9. Grayscale: #A1A1A1. Windows color (decimal): -11478698 or 5691728. OLE color: 5691728.

HSL color Cylindrical-coordinate representation of color #50D956: hue angle of 122.63º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D956 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 86 -
CMYK 0.63 0 0.60 0.15
HSL 122.63º 0.64% 0.58% -
HSV(B) 122.63º 0.63% 0.85% -
XYZ 29.8 52 17.27 -
YUV 161.1 85.61 70.15 -
System Red Green Blue C M Y K H S L
Decimal 80 217 86 0.63 0 0.60 0.15 122.63 0.64 0.58
Hex 50 D9 56 3F 0 3C F 7B 40 3A
Octal 120 331 126 77 0 74 17 173 100 72
Binary 1010000 11011001 1010110 111111 0 111100 1111 1111011 1000000 111010

Color Harmonies of #50D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D956

Black with #50D956

Text Example


Text Example

White with #50D956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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