#55C674

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

Shades of Emerald #55C674

Tints of Emerald #55C674

Color information

#55C674 (or 0x55C674) is unknown color: approx Emerald. HEX triplet: 55, C6 and 74. RGB value is (85,198,116). Sum of RGB (Red+Green+Blue) = 85+198+116=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #55C674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C674 is #AA398B. Grayscale: #9B9B9B. Windows color (decimal): -11155852 or 7652949. OLE color: 7652949.

HSL color Cylindrical-coordinate representation of color #55C674: hue angle of 136.46º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C674 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB85198116-
CMYK0.5700.410.22
HSL136.46º49.78%55.49%-
HSV(B)136.46º57.07%77.65%-
XYZ27.0943.5823.51-
YUV154.86106.0678.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=21.30%
G=49.62%
B=29.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981160.5700.410.22136.4649.7855.49
Hex55C6743902916883237
Octal12530616471051262106267
Binary101010111000110111010011100101010011011010001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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