#55C777

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

Shades of Emerald #55C777

Tints of Emerald #55C777

Color information

#55C777 (or 0x55C777) is unknown color: approx Emerald. HEX triplet: 55, C7 and 77. RGB value is (85,199,119). Sum of RGB (Red+Green+Blue) = 85+199+119=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #55C777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C777 is #AA3888. Grayscale: #9C9C9C. Windows color (decimal): -11155593 or 7849813. OLE color: 7849813.

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

Color convert

RGB85199119-
CMYK0.5700.400.22
HSL137.89º50.44%55.69%-
HSV(B)137.89º57.29%78.04%-
XYZ27.544.1124.52-
YUV155.79107.2377.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 199 (78.12% from 255) = 49.38%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=21.09%
G=49.38%
B=29.53%

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
Decimal851991190.5700.400.22137.8950.4455.69
Hex55C77739028168a3238
Octal12530716771050262126270
Binary101010111000111111011111100101010001011010001010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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