Html Css Color HEX #50C972 Emerald

📋 copy color: '#50C972'

red 80 ◦ green 201 ◦ blue 114

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

Shades of Emerald #50C972

Tints of Emerald #50C972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 20.25%
G = 50.89%
B = 28.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#50C972 (or 0x50C972) is known color: Emerald. HEX triplet: 50, C9 and 72. RGB value is (80,201,114). Sum of RGB (Red+Green+Blue) = 80+201+114=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #50C972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C972 is #AF368D. Grayscale: #9B9B9B. Windows color (decimal): -11482766 or 7522640. OLE color: 7522640.

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

Color convert

RGB 80 201 114 -
CMYK 0.60 0 0.43 0.21
HSL 136.86º 0.53% 0.55% -
HSV(B) 136.86º 0.6% 0.79% -
XYZ 27.23 44.69 23.11 -
YUV 154.9 104.91 74.57 -
System Red Green Blue C M Y K H S L
Decimal 80 201 114 0.60 0 0.43 0.21 136.86 0.53 0.55
Hex 50 C9 72 3C 0 2B 15 89 35 37
Octal 120 311 162 74 0 53 25 211 65 67
Binary 1010000 11001001 1110010 111100 0 101011 10101 10001001 110101 110111

Color Harmonies of #50C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C972

Black with #50C972

Text Example


Text Example

White with #50C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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