Html Css Color HEX #50C65E Fern

📋 copy color: '#50C65E'

red 80 ◦ green 198 ◦ blue 94

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

Shades of Fern #50C65E

Tints of Fern #50C65E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

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

R = 21.51%
G = 53.23%
B = 25.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#50C65E (or 0x50C65E) is known color: Fern. HEX triplet: 50, C6 and 5E. RGB value is (80,198,94). Sum of RGB (Red+Green+Blue) = 80+198+94=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #50C65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C65E is #AF39A1. Grayscale: #979797. Windows color (decimal): -11483554 or 6211152. OLE color: 6211152.

HSL color Cylindrical-coordinate representation of color #50C65E: hue angle of 127.12º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C65E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 94 -
CMYK 0.60 0 0.53 0.22
HSL 127.12º 0.51% 0.55% -
HSV(B) 127.12º 0.6% 0.78% -
XYZ 25.52 42.9 17.53 -
YUV 150.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 80 198 94 0.60 0 0.53 0.22 127.12 0.51 0.55
Hex 50 C6 5E 3C 0 35 16 7F 33 37
Octal 120 306 136 74 0 65 26 177 63 67
Binary 1010000 11000110 1011110 111100 0 110101 10110 1111111 110011 110111

Color Harmonies of #50C65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C65E

Black with #50C65E

Text Example


Text Example

White with #50C65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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