#5DD885

Color #5DD885 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5DD885

Tints of Emerald #5DD885

Color information

#5DD885 (or 0x5DD885) is unknown color: approx Emerald. HEX triplet: 5D, D8 and 85. RGB value is (93,216,133). Sum of RGB (Red+Green+Blue) = 93+216+133=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD885 is #A2277A. Grayscale: #A9A9A9. Windows color (decimal): -10626939 or 8771677. OLE color: 8771677.

HSL color Cylindrical-coordinate representation of color #5DD885: hue angle of 139.51º degrees, saturation: 0.61, 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 #5DD885 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB93216133-
CMYK0.5700.380.15
HSL139.51º61.19%60.59%-
HSV(B)139.51º56.94%84.71%-
XYZ33.353.1330.69-
YUV169.76107.2573.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.04%
GREEN value IS 216 (84.77% from 255) = 48.87%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=21.04%
G=48.87%
B=30.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161330.5700.380.15139.5161.1960.59
Hex5DD88539026F8c3d3d
Octal13533020571046172147575
Binary101110111011000100001011110010100110111110001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DD885;
 }
 .AnyTagClassName
 {
   color: #5DD885;
 }
</style>
background-color css

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

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

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

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

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

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