#55D083

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

Shades of Emerald #55D083

Tints of Emerald #55D083

Color information

#55D083 (or 0x55D083) is unknown color: approx Emerald. HEX triplet: 55, D0 and 83. RGB value is (85,208,131). Sum of RGB (Red+Green+Blue) = 85+208+131=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #55D083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D083 is #AA2F7C. Grayscale: #A2A2A2. Windows color (decimal): -11153277 or 8638549. OLE color: 8638549.

HSL color Cylindrical-coordinate representation of color #55D083: hue angle of 142.44º 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 #55D083 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB85208131-
CMYK0.5900.370.18
HSL142.44º56.68%57.45%-
HSV(B)142.44º59.13%81.57%-
XYZ30.448.6829.27-
YUV162.44110.2572.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.05%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=20.05%
G=49.06%
B=30.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081310.5900.370.18142.4456.6857.45
Hex55D0833B025128e3939
Octal12532020373045222167171
Binary1010101110100001000001111101101001011001010001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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