Html Css Color HEX #50C962 Emerald

📋 copy color: '#50C962'

red 80 ◦ green 201 ◦ blue 98

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

Shades of Emerald #50C962

Tints of Emerald #50C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.03%

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

R = 21.11%
G = 53.03%
B = 25.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#50C962 (or 0x50C962) is known color: Emerald. HEX triplet: 50, C9 and 62. RGB value is (80,201,98). Sum of RGB (Red+Green+Blue) = 80+201+98=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #50C962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C962 is #AF369D. Grayscale: #999999. Windows color (decimal): -11482782 or 6474064. OLE color: 6474064.

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

Color convert

RGB 80 201 98 -
CMYK 0.60 0 0.51 0.21
HSL 128.93º 0.53% 0.55% -
HSV(B) 128.93º 0.6% 0.79% -
XYZ 26.4 44.36 18.73 -
YUV 153.08 96.91 75.88 -
System Red Green Blue C M Y K H S L
Decimal 80 201 98 0.60 0 0.51 0.21 128.93 0.53 0.55
Hex 50 C9 62 3C 0 33 15 81 35 37
Octal 120 311 142 74 0 63 25 201 65 67
Binary 1010000 11001001 1100010 111100 0 110011 10101 10000001 110101 110111

Color Harmonies of #50C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C962

Black with #50C962

Text Example


Text Example

White with #50C962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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