#55DA83

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

Shades of Emerald #55DA83

Tints of Emerald #55DA83

Color information

#55DA83 (or 0x55DA83) is unknown color: approx Emerald. HEX triplet: 55, DA and 83. RGB value is (85,218,131). Sum of RGB (Red+Green+Blue) = 85+218+131=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA83 is #AA257C. Grayscale: #A8A8A8. Windows color (decimal): -11150717 or 8641109. OLE color: 8641109.

HSL color Cylindrical-coordinate representation of color #55DA83: hue angle of 140.75º degrees, saturation: 0.64, 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 #55DA83 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB85218131-
CMYK0.6100.400.15
HSL140.75º64.25%59.41%-
HSV(B)140.75º61.01%85.49%-
XYZ32.9153.7130.11-
YUV168.32106.9468.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 218 (85.55% from 255) = 50.23%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=19.59%
G=50.23%
B=30.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181310.6100.400.15140.7564.2559.41
Hex55DA833D028F8d403b
Octal125332203750501721510073
Binary1010101110110101000001111110101010001111100011011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,131); }

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

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

 a { background-color: rgb(85,218,131); }

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

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

 span { border-color: rgb(85,218,131); }

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