Html Css Color HEX #5DD985 Emerald

📋 copy color: '#5DD985'

red 93 ◦ green 217 ◦ blue 133

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

Shades of Emerald #5DD985

Tints of Emerald #5DD985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 20.99%
G = 48.98%
B = 30.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#5DD985 (or 0x5DD985) is known color: Emerald. HEX triplet: 5D, D9 and 85. RGB value is (93,217,133). Sum of RGB (Red+Green+Blue) = 93+217+133=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD985 is #A2267A. Grayscale: #AAAAAA. Windows color (decimal): -10626683 or 8771933. OLE color: 8771933.

HSL color Cylindrical-coordinate representation of color #5DD985: hue angle of 139.35º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD985 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 217 133 -
CMYK 0.57 0 0.39 0.15
HSL 139.35º 0.62% 0.61% -
HSV(B) 139.35º 0.57% 0.85% -
XYZ 33.56 53.65 30.78 -
YUV 170.35 106.92 72.83 -
System Red Green Blue C M Y K H S L
Decimal 93 217 133 0.57 0 0.39 0.15 139.35 0.62 0.61
Hex 5D D9 85 39 0 27 F 8B 3E 3D
Octal 135 331 205 71 0 47 17 213 76 75
Binary 1011101 11011001 10000101 111001 0 100111 1111 10001011 111110 111101

Color Harmonies of #5DD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD985

Black with #5DD985

Text Example


Text Example

White with #5DD985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,217,133); }

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

background-color css

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

 a { background-color: rgb(93,217,133); }

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

border-color css

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

 span { border-color: rgb(93,217,133); }

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