#55D874

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

Shades of Emerald #55D874

Tints of Emerald #55D874

Color information

#55D874 (or 0x55D874) is unknown color: approx Emerald. HEX triplet: 55, D8 and 74. RGB value is (85,216,116). Sum of RGB (Red+Green+Blue) = 85+216+116=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #55D874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D874 is #AA278B. Grayscale: #A5A5A5. Windows color (decimal): -11151244 or 7657557. OLE color: 7657557.

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

Color convert

RGB85216116-
CMYK0.6100.460.15
HSL134.2º62.68%59.02%-
HSV(B)134.2º60.65%84.71%-
XYZ31.4552.324.96-
YUV165.43100.170.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=20.38%
G=51.80%
B=27.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161160.6100.460.15134.262.6859.02
Hex55D8743D02EF863f3b
Octal12533016475056172067773
Binary10101011101100011101001111010101110111110000110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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