Html Css Color HEX #50D359 Fern

📋 copy color: '#50D359'

red 80 ◦ green 211 ◦ blue 89

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

Shades of Fern #50D359

Tints of Fern #50D359

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.53%

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 21.05%
G = 55.53%
B = 23.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#50D359 (or 0x50D359) is known color: Fern. HEX triplet: 50, D3 and 59. RGB value is (80,211,89). Sum of RGB (Red+Green+Blue) = 80+211+89=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #50D359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D359 is #AF2CA6. Grayscale: #9E9E9E. Windows color (decimal): -11480231 or 5886800. OLE color: 5886800.

HSL color Cylindrical-coordinate representation of color #50D359: hue angle of 124.12º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D359 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 89 -
CMYK 0.62 0 0.58 0.17
HSL 124.12º 0.6% 0.57% -
HSV(B) 124.12º 0.62% 0.83% -
XYZ 28.41 49.02 17.41 -
YUV 157.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 80 211 89 0.62 0 0.58 0.17 124.12 0.6 0.57
Hex 50 D3 59 3E 0 3A 11 7C 3C 39
Octal 120 323 131 76 0 72 21 174 74 71
Binary 1010000 11010011 1011001 111110 0 111010 10001 1111100 111100 111001

Color Harmonies of #50D359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D359

Black with #50D359

Text Example


Text Example

White with #50D359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,89); }

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

background-color css

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

 a { background-color: rgb(80,211,89); }

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

border-color css

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

 span { border-color: rgb(80,211,89); }

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