#55D085

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

Shades of Emerald #55D085

Tints of Emerald #55D085

Color information

#55D085 (or 0x55D085) is unknown color: approx Emerald. HEX triplet: 55, D0 and 85. RGB value is (85,208,133). Sum of RGB (Red+Green+Blue) = 85+208+133=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #55D085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D085 is #AA2F7A. Grayscale: #A2A2A2. Windows color (decimal): -11153275 or 8769621. OLE color: 8769621.

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

Color convert

RGB85208133-
CMYK0.5900.360.18
HSL143.41º56.68%57.45%-
HSV(B)143.41º59.13%81.57%-
XYZ30.5448.7429.99-
YUV162.67111.2572.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 208 (81.64% from 255) = 48.83%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=19.95%
G=48.83%
B=31.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081330.5900.360.18143.4156.6857.45
Hex55D0853B024128f3939
Octal12532020573044222177171
Binary1010101110100001000010111101101001001001010001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,133); }

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

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

 a { background-color: rgb(85,208,133); }

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

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

 span { border-color: rgb(85,208,133); }

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