Html Css Color HEX #50C662 Fern

📋 copy color: '#50C662'

red 80 ◦ green 198 ◦ blue 98

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

Shades of Fern #50C662

Tints of Fern #50C662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 21.28%
G = 52.66%
B = 26.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#50C662 (or 0x50C662) is known color: Fern. HEX triplet: 50, C6 and 62. RGB value is (80,198,98). Sum of RGB (Red+Green+Blue) = 80+198+98=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #50C662 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C662 is #AF399D. Grayscale: #979797. Windows color (decimal): -11483550 or 6473296. OLE color: 6473296.

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

Color convert

RGB 80 198 98 -
CMYK 0.60 0 0.51 0.22
HSL 129.15º 0.51% 0.55% -
HSV(B) 129.15º 0.6% 0.78% -
XYZ 25.71 42.98 18.5 -
YUV 151.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 80 198 98 0.60 0 0.51 0.22 129.15 0.51 0.55
Hex 50 C6 62 3C 0 33 16 81 33 37
Octal 120 306 142 74 0 63 26 201 63 67
Binary 1010000 11000110 1100010 111100 0 110011 10110 10000001 110011 110111

Color Harmonies of #50C662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C662

Black with #50C662

Text Example


Text Example

White with #50C662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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