#55C779

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

Shades of Emerald #55C779

Tints of Emerald #55C779

Color information

#55C779 (or 0x55C779) is unknown color: approx Emerald. HEX triplet: 55, C7 and 79. RGB value is (85,199,121). Sum of RGB (Red+Green+Blue) = 85+199+121=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #55C779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C779 is #AA3886. Grayscale: #9C9C9C. Windows color (decimal): -11155591 or 7980885. OLE color: 7980885.

HSL color Cylindrical-coordinate representation of color #55C779: hue angle of 138.95º 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 #55C779 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB85199121-
CMYK0.5700.390.22
HSL138.95º50.44%55.69%-
HSV(B)138.95º57.29%78.04%-
XYZ27.6244.1625.16-
YUV156.02108.2377.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 199 (78.12% from 255) = 49.14%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=20.99%
G=49.14%
B=29.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991210.5700.390.22138.9550.4455.69
Hex55C77939027168b3238
Octal12530717171047262136270
Binary101010111000111111100111100101001111011010001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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