Html Css Color HEX #50CA5E Fern

📋 copy color: '#50CA5E'

red 80 ◦ green 202 ◦ blue 94

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

Shades of Fern #50CA5E

Tints of Fern #50CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.72%

 BLUE value IS 94 (37.11% from 255) = 25%

R = 21.28%
G = 53.72%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#50CA5E (or 0x50CA5E) is known color: Fern. HEX triplet: 50, CA and 5E. RGB value is (80,202,94). Sum of RGB (Red+Green+Blue) = 80+202+94=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA5E is #AF35A1. Grayscale: #999999. Windows color (decimal): -11482530 or 6212176. OLE color: 6212176.

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

Color convert

RGB 80 202 94 -
CMYK 0.60 0 0.53 0.21
HSL 126.89º 0.54% 0.55% -
HSV(B) 126.89º 0.6% 0.79% -
XYZ 26.45 44.75 17.83 -
YUV 153.21 94.58 75.78 -
System Red Green Blue C M Y K H S L
Decimal 80 202 94 0.60 0 0.53 0.21 126.89 0.54 0.55
Hex 50 CA 5E 3C 0 35 15 7F 36 37
Octal 120 312 136 74 0 65 25 177 66 67
Binary 1010000 11001010 1011110 111100 0 110101 10101 1111111 110110 110111

Color Harmonies of #50CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA5E

Black with #50CA5E

Text Example


Text Example

White with #50CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,94); }

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

background-color css

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

 a { background-color: rgb(80,202,94); }

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

border-color css

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

 span { border-color: rgb(80,202,94); }

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