Html Css Color HEX #5DD082 Emerald

📋 copy color: '#5DD082'

red 93 ◦ green 208 ◦ blue 130

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

Shades of Emerald #5DD082

Tints of Emerald #5DD082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 21.58%
G = 48.26%
B = 30.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#5DD082 (or 0x5DD082) is known color: Emerald. HEX triplet: 5D, D0 and 82. RGB value is (93,208,130). Sum of RGB (Red+Green+Blue) = 93+208+130=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD082 is #A22F7D. Grayscale: #A4A4A4. Windows color (decimal): -10628990 or 8573021. OLE color: 8573021.

HSL color Cylindrical-coordinate representation of color #5DD082: hue angle of 139.3º 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 #5DD082 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 130 -
CMYK 0.55 0 0.38 0.18
HSL 139.3º 0.55% 0.59% -
HSV(B) 139.3º 0.55% 0.82% -
XYZ 31.1 49.05 28.95 -
YUV 164.72 108.4 76.84 -
System Red Green Blue C M Y K H S L
Decimal 93 208 130 0.55 0 0.38 0.18 139.3 0.55 0.59
Hex 5D D0 82 37 0 26 12 8B 37 3B
Octal 135 320 202 67 0 46 22 213 67 73
Binary 1011101 11010000 10000010 110111 0 100110 10010 10001011 110111 111011

Color Harmonies of #5DD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD082

Black with #5DD082

Text Example


Text Example

White with #5DD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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