#55D56C

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

Shades of Emerald #55D56C

Tints of Emerald #55D56C

Color information

#55D56C (or 0x55D56C) is unknown color: approx Emerald. HEX triplet: 55, D5 and 6C. RGB value is (85,213,108). Sum of RGB (Red+Green+Blue) = 85+213+108=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #55D56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D56C is #AA2A93. Grayscale: #A3A3A3. Windows color (decimal): -11152020 or 7132501. OLE color: 7132501.

HSL color Cylindrical-coordinate representation of color #55D56C: hue angle of 130.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D56C is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB85213108-
CMYK0.6000.490.16
HSL130.78º60.38%58.43%-
HSV(B)130.78º60.09%83.53%-
XYZ30.2550.622.36-
YUV162.7697.0972.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 213 (83.59% from 255) = 52.46%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=20.94%
G=52.46%
B=26.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131080.6000.490.16130.7860.3858.43
Hex55D56C3C03110833c3a
Octal12532515474061202037472
Binary101010111010101110110011110001100011000010000011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,108); }

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

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

 a { background-color: rgb(85,213,108); }

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

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

 span { border-color: rgb(85,213,108); }

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