#55E390

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

Shades of Emerald #55E390

Tints of Emerald #55E390

Color information

#55E390 (or 0x55E390) is unknown color: approx Emerald. HEX triplet: 55, E3 and 90. RGB value is (85,227,144). Sum of RGB (Red+Green+Blue) = 85+227+144=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #55E390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E390 is #AA1C6F. Grayscale: #AFAFAF. Windows color (decimal): -11148400 or 9495381. OLE color: 9495381.

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

Color convert

RGB85227144-
CMYK0.6300.370.11
HSL144.93º71.72%61.18%-
HSV(B)144.93º62.56%89.02%-
XYZ36.2558.8835.84-
YUV175.08110.4663.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 227 (89.06% from 255) = 49.78%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=18.64%
G=49.78%
B=31.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271440.6300.370.11144.9371.7261.18
Hex55E3903F025B91483d
Octal125343220770451322111075
Binary1010101111000111001000011111101001011011100100011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,144); }

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

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

 a { background-color: rgb(85,227,144); }

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

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

 span { border-color: rgb(85,227,144); }

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