Html Css Color HEX #50D95D Emerald

📋 copy color: '#50D95D'

red 80 ◦ green 217 ◦ blue 93

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

Shades of Emerald #50D95D

Tints of Emerald #50D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.64%

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 20.51%
G = 55.64%
B = 23.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#50D95D (or 0x50D95D) is known color: Emerald. HEX triplet: 50, D9 and 5D. RGB value is (80,217,93). Sum of RGB (Red+Green+Blue) = 80+217+93=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #50D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D95D is #AF26A2. Grayscale: #A2A2A2. Windows color (decimal): -11478691 or 6150480. OLE color: 6150480.

HSL color Cylindrical-coordinate representation of color #50D95D: hue angle of 125.69º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D95D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 93 -
CMYK 0.63 0 0.57 0.15
HSL 125.69º 0.64% 0.58% -
HSV(B) 125.69º 0.63% 0.85% -
XYZ 30.1 52.12 18.83 -
YUV 161.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 80 217 93 0.63 0 0.57 0.15 125.69 0.64 0.58
Hex 50 D9 5D 3F 0 39 F 7E 40 3A
Octal 120 331 135 77 0 71 17 176 100 72
Binary 1010000 11011001 1011101 111111 0 111001 1111 1111110 1000000 111010

Color Harmonies of #50D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D95D

Black with #50D95D

Text Example


Text Example

White with #50D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,93); }

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

background-color css

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

 a { background-color: rgb(80,217,93); }

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

border-color css

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

 span { border-color: rgb(80,217,93); }

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