#55C778

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

Shades of Emerald #55C778

Tints of Emerald #55C778

Color information

#55C778 (or 0x55C778) is unknown color: approx Emerald. HEX triplet: 55, C7 and 78. RGB value is (85,199,120). Sum of RGB (Red+Green+Blue) = 85+199+120=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #55C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C778 is #AA3887. Grayscale: #9C9C9C. Windows color (decimal): -11155592 or 7915349. OLE color: 7915349.

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

Color convert

RGB85199120-
CMYK0.5700.400.22
HSL138.42º50.44%55.69%-
HSV(B)138.42º57.29%78.04%-
XYZ27.5644.1324.84-
YUV155.91107.7377.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 199 (78.12% from 255) = 49.26%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=21.04%
G=49.26%
B=29.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991200.5700.400.22138.4250.4455.69
Hex55C77839028168a3238
Octal12530717071050262126270
Binary101010111000111111100011100101010001011010001010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,199,120); }

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

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

 a { background-color: rgb(85,199,120); }

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

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

 span { border-color: rgb(85,199,120); }

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