Html Css Color HEX #50C359 Fern

📋 copy color: '#50C359'

red 80 ◦ green 195 ◦ blue 89

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

Shades of Fern #50C359

Tints of Fern #50C359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.57%

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

R = 21.98%
G = 53.57%
B = 24.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#50C359 (or 0x50C359) is known color: Fern. HEX triplet: 50, C3 and 59. RGB value is (80,195,89). Sum of RGB (Red+Green+Blue) = 80+195+89=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #50C359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C359 is #AF3CA6. Grayscale: #949494. Windows color (decimal): -11484327 or 5882704. OLE color: 5882704.

HSL color Cylindrical-coordinate representation of color #50C359: hue angle of 124.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C359 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 89 -
CMYK 0.59 0 0.54 0.24
HSL 124.7º 0.49% 0.54% -
HSV(B) 124.7º 0.59% 0.76% -
XYZ 24.63 41.46 16.16 -
YUV 148.53 94.4 79.12 -
System Red Green Blue C M Y K H S L
Decimal 80 195 89 0.59 0 0.54 0.24 124.7 0.49 0.54
Hex 50 C3 59 3B 0 36 18 7D 31 36
Octal 120 303 131 73 0 66 30 175 61 66
Binary 1010000 11000011 1011001 111011 0 110110 11000 1111101 110001 110110

Color Harmonies of #50C359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C359

Black with #50C359

Text Example


Text Example

White with #50C359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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