Html Css Color HEX #50D566 Emerald

📋 copy color: '#50D566'

red 80 ◦ green 213 ◦ blue 102

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

Shades of Emerald #50D566

Tints of Emerald #50D566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.92%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 20.25%
G = 53.92%
B = 25.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#50D566 (or 0x50D566) is known color: Emerald. HEX triplet: 50, D5 and 66. RGB value is (80,213,102). Sum of RGB (Red+Green+Blue) = 80+213+102=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #50D566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D566 is #AF2A99. Grayscale: #A0A0A0. Windows color (decimal): -11479706 or 6739280. OLE color: 6739280.

HSL color Cylindrical-coordinate representation of color #50D566: hue angle of 129.92º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D566 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 102 -
CMYK 0.62 0 0.52 0.16
HSL 129.92º 0.61% 0.57% -
HSV(B) 129.92º 0.62% 0.84% -
XYZ 29.5 50.25 20.72 -
YUV 160.58 94.94 70.53 -
System Red Green Blue C M Y K H S L
Decimal 80 213 102 0.62 0 0.52 0.16 129.92 0.61 0.57
Hex 50 D5 66 3E 0 34 10 82 3D 39
Octal 120 325 146 76 0 64 20 202 75 71
Binary 1010000 11010101 1100110 111110 0 110100 10000 10000010 111101 111001

Color Harmonies of #50D566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D566

Black with #50D566

Text Example


Text Example

White with #50D566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,102); }

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

background-color css

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

 a { background-color: rgb(80,213,102); }

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

border-color css

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

 span { border-color: rgb(80,213,102); }

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