Html Css Color HEX #50DF75 Emerald

📋 copy color: '#50DF75'

red 80 ◦ green 223 ◦ blue 117

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

Shades of Emerald #50DF75

Tints of Emerald #50DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 19.05%
G = 53.1%
B = 27.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#50DF75 (or 0x50DF75) is known color: Emerald. HEX triplet: 50, DF and 75. RGB value is (80,223,117). Sum of RGB (Red+Green+Blue) = 80+223+117=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF75 is #AF208A. Grayscale: #A8A8A8. Windows color (decimal): -11477131 or 7724880. OLE color: 7724880.

HSL color Cylindrical-coordinate representation of color #50DF75: hue angle of 135.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF75 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 117 -
CMYK 0.64 0 0.48 0.13
HSL 135.52º 0.69% 0.59% -
HSV(B) 135.52º 0.64% 0.87% -
XYZ 32.91 55.77 25.86 -
YUV 168.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 80 223 117 0.64 0 0.48 0.13 135.52 0.69 0.59
Hex 50 DF 75 40 0 30 D 88 45 3B
Octal 120 337 165 100 0 60 15 210 105 73
Binary 1010000 11011111 1110101 1000000 0 110000 1101 10001000 1000101 111011

Color Harmonies of #50DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF75

Black with #50DF75

Text Example


Text Example

White with #50DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,117); }

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

background-color css

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

 a { background-color: rgb(80,223,117); }

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

border-color css

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

 span { border-color: rgb(80,223,117); }

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