#55E277

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

Shades of Emerald #55E277

Tints of Emerald #55E277

Color information

#55E277 (or 0x55E277) is unknown color: approx Emerald. HEX triplet: 55, E2 and 77. RGB value is (85,226,119). Sum of RGB (Red+Green+Blue) = 85+226+119=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #55E277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E277 is #AA1D88. Grayscale: #ABABAB. Windows color (decimal): -11148681 or 7856725. OLE color: 7856725.

HSL color Cylindrical-coordinate representation of color #55E277: hue angle of 134.47º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E277 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB85226119-
CMYK0.6200.470.11
HSL134.47º70.85%60.98%-
HSV(B)134.47º62.39%88.63%-
XYZ34.2757.6626.78-
YUV171.6498.2966.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 226 (88.67% from 255) = 52.56%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=19.77%
G=52.56%
B=27.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852261190.6200.470.11134.4770.8560.98
Hex55E2773E02FB86473d
Octal125342167760571320610775
Binary101010111100010111011111111001011111011100001101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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