Html Css Color HEX #5DD077 Emerald

📋 copy color: '#5DD077'

red 93 ◦ green 208 ◦ blue 119

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

Shades of Emerald #5DD077

Tints of Emerald #5DD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.52%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 22.14%
G = 49.52%
B = 28.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#5DD077 (or 0x5DD077) is known color: Emerald. HEX triplet: 5D, D0 and 77. RGB value is (93,208,119). Sum of RGB (Red+Green+Blue) = 93+208+119=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD077 is #A22F88. Grayscale: #A3A3A3. Windows color (decimal): -10629001 or 7852125. OLE color: 7852125.

HSL color Cylindrical-coordinate representation of color #5DD077: hue angle of 133.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD077 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 119 -
CMYK 0.55 0 0.43 0.18
HSL 133.57º 0.55% 0.59% -
HSV(B) 133.57º 0.55% 0.82% -
XYZ 30.4 48.77 25.26 -
YUV 163.47 102.9 77.74 -
System Red Green Blue C M Y K H S L
Decimal 93 208 119 0.55 0 0.43 0.18 133.57 0.55 0.59
Hex 5D D0 77 37 0 2B 12 86 37 3B
Octal 135 320 167 67 0 53 22 206 67 73
Binary 1011101 11010000 1110111 110111 0 101011 10010 10000110 110111 111011

Color Harmonies of #5DD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD077

Black with #5DD077

Text Example


Text Example

White with #5DD077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,119); }

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

background-color css

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

 a { background-color: rgb(93,208,119); }

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

border-color css

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

 span { border-color: rgb(93,208,119); }

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