Html Css Color HEX #50DB60 Emerald

📋 copy color: '#50DB60'

red 80 ◦ green 219 ◦ blue 96

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

Shades of Emerald #50DB60

Tints of Emerald #50DB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 20.25%
G = 55.44%
B = 24.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#50DB60 (or 0x50DB60) is known color: Emerald. HEX triplet: 50, DB and 60. RGB value is (80,219,96). Sum of RGB (Red+Green+Blue) = 80+219+96=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB60 is #AF249F. Grayscale: #A3A3A3. Windows color (decimal): -11478176 or 6347600. OLE color: 6347600.

HSL color Cylindrical-coordinate representation of color #50DB60: hue angle of 126.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB60 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 96 -
CMYK 0.63 0 0.56 0.14
HSL 126.91º 0.66% 0.59% -
HSV(B) 126.91º 0.63% 0.86% -
XYZ 30.75 53.21 19.72 -
YUV 163.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 80 219 96 0.63 0 0.56 0.14 126.91 0.66 0.59
Hex 50 DB 60 3F 0 38 E 7F 42 3B
Octal 120 333 140 77 0 70 16 177 102 73
Binary 1010000 11011011 1100000 111111 0 111000 1110 1111111 1000010 111011

Color Harmonies of #50DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB60

Black with #50DB60

Text Example


Text Example

White with #50DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,219,96); }

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

background-color css

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

 a { background-color: rgb(80,219,96); }

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

border-color css

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

 span { border-color: rgb(80,219,96); }

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