#55D88D

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

Shades of Emerald #55D88D

Tints of Emerald #55D88D

Color information

#55D88D (or 0x55D88D) is unknown color: approx Emerald. HEX triplet: 55, D8 and 8D. RGB value is (85,216,141). Sum of RGB (Red+Green+Blue) = 85+216+141=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #55D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D88D is #AA2772. Grayscale: #A8A8A8. Windows color (decimal): -11151219 or 9295957. OLE color: 9295957.

HSL color Cylindrical-coordinate representation of color #55D88D: hue angle of 145.65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D88D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB85216141-
CMYK0.6100.350.15
HSL145.65º62.68%59.02%-
HSV(B)145.65º60.65%84.71%-
XYZ33.1152.9733.68-
YUV168.28112.668.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 216 (84.77% from 255) = 48.87%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=19.23%
G=48.87%
B=31.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161410.6100.350.15145.6562.6859.02
Hex55D88D3D023F923f3b
Octal12533021575043172227773
Binary101010111011000100011011111010100011111110010010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D88D; }

 p { color: rgb(85,216,141); }

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

<style>
 a { background-color: #55D88D; }

 a { background-color: rgb(85,216,141); }

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

<style>
 span { border-color: #55D88D; }

 span { border-color: rgb(85,216,141); }

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