Html Css Color HEX #50C75E Fern

📋 copy color: '#50C75E'

red 80 ◦ green 199 ◦ blue 94

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

Shades of Fern #50C75E

Tints of Fern #50C75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.35%

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

R = 21.45%
G = 53.35%
B = 25.2%

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

#50C75E (or 0x50C75E) is known color: Fern. HEX triplet: 50, C7 and 5E. RGB value is (80,199,94). Sum of RGB (Red+Green+Blue) = 80+199+94=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #50C75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C75E is #AF38A1. Grayscale: #979797. Windows color (decimal): -11483298 or 6211408. OLE color: 6211408.

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

Color convert

RGB 80 199 94 -
CMYK 0.60 0 0.53 0.22
HSL 127.06º 0.52% 0.55% -
HSV(B) 127.06º 0.6% 0.78% -
XYZ 25.75 43.36 17.6 -
YUV 151.45 95.58 77.04 -
System Red Green Blue C M Y K H S L
Decimal 80 199 94 0.60 0 0.53 0.22 127.06 0.52 0.55
Hex 50 C7 5E 3C 0 35 16 7F 34 37
Octal 120 307 136 74 0 65 26 177 64 67
Binary 1010000 11000111 1011110 111100 0 110101 10110 1111111 110100 110111

Color Harmonies of #50C75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C75E

Black with #50C75E

Text Example


Text Example

White with #50C75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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