Html Css Color HEX #5DDC76 Emerald

📋 copy color: '#5DDC76'

red 93 ◦ green 220 ◦ blue 118

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

Shades of Emerald #5DDC76

Tints of Emerald #5DDC76

RGB

 RED value IS 93 (36.72% from 255) = 21.58%

 GREEN value IS 220 (86.33% from 255) = 51.04%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 21.58%
G = 51.04%
B = 27.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#5DDC76 (or 0x5DDC76) is known color: Emerald. HEX triplet: 5D, DC and 76. RGB value is (93,220,118). Sum of RGB (Red+Green+Blue) = 93+220+118=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC76 is #A22389. Grayscale: #AAAAAA. Windows color (decimal): -10625930 or 7789661. OLE color: 7789661.

HSL color Cylindrical-coordinate representation of color #5DDC76: hue angle of 131.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDC76 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 118 -
CMYK 0.58 0 0.46 0.14
HSL 131.81º 0.64% 0.61% -
HSV(B) 131.81º 0.58% 0.86% -
XYZ 33.38 54.82 25.96 -
YUV 170.4 98.42 72.79 -
System Red Green Blue C M Y K H S L
Decimal 93 220 118 0.58 0 0.46 0.14 131.81 0.64 0.61
Hex 5D DC 76 3A 0 2E E 84 40 3D
Octal 135 334 166 72 0 56 16 204 100 75
Binary 1011101 11011100 1110110 111010 0 101110 1110 10000100 1000000 111101

Color Harmonies of #5DDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC76

Black with #5DDC76

Text Example


Text Example

White with #5DDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DDC76; }

 p { color: rgb(93,220,118); }

 H1.HeaderClassName
 {
   color: #5DDC76;
 }
 .AnyTagClassName
 {
   color: #5DDC76;
 }
</style>

background-color css

<style>
 a { background-color: #5DDC76; }

 a { background-color: rgb(93,220,118); }

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

border-color css

<style>
 span { border-color: #5DDC76; }

 span { border-color: rgb(93,220,118); }

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