#55C27E

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

Shades of Emerald #55C27E

Tints of Emerald #55C27E

Color information

#55C27E (or 0x55C27E) is unknown color: approx Emerald. HEX triplet: 55, C2 and 7E. RGB value is (85,194,126). Sum of RGB (Red+Green+Blue) = 85+194+126=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #55C27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C27E is #AA3D81. Grayscale: #999999. Windows color (decimal): -11156866 or 8307285. OLE color: 8307285.

HSL color Cylindrical-coordinate representation of color #55C27E: hue angle of 142.57º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C27E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB85194126-
CMYK0.5600.350.24
HSL142.57º47.19%54.71%-
HSV(B)142.57º56.19%76.08%-
XYZ26.842.0226.44-
YUV153.66112.3979.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=20.99%
G=47.90%
B=31.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851941260.5600.350.24142.5747.1954.71
Hex55C27E38023188f2f37
Octal12530217670043302175767
Binary101010111000010111111011100001000111100010001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,126); }

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

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

 a { background-color: rgb(85,194,126); }

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

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

 span { border-color: rgb(85,194,126); }

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