#55D863

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

Shades of Emerald #55D863

Tints of Emerald #55D863

Color information

#55D863 (or 0x55D863) is unknown color: approx Emerald. HEX triplet: 55, D8 and 63. RGB value is (85,216,99). Sum of RGB (Red+Green+Blue) = 85+216+99=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #55D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D863 is #AA279C. Grayscale: #A3A3A3. Windows color (decimal): -11151261 or 6543445. OLE color: 6543445.

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

Color convert

RGB8521699-
CMYK0.6100.540.15
HSL126.41º62.68%59.02%-
HSV(B)126.41º60.65%84.71%-
XYZ30.5551.9420.22-
YUV163.4991.672.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 216 (84.77% from 255) = 54%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=21.25%
G=54%
B=24.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85216990.6100.540.15126.4162.6859.02
Hex55D8633D036F7e3f3b
Octal12533014375066171767773
Binary1010101110110001100011111101011011011111111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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