#55E38B

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

Shades of Emerald #55E38B

Tints of Emerald #55E38B

Color information

#55E38B (or 0x55E38B) is unknown color: approx Emerald. HEX triplet: 55, E3 and 8B. RGB value is (85,227,139). Sum of RGB (Red+Green+Blue) = 85+227+139=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #55E38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E38B is #AA1C74. Grayscale: #AEAEAE. Windows color (decimal): -11148405 or 9167701. OLE color: 9167701.

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

Color convert

RGB85227139-
CMYK0.6300.390.11
HSL142.82º71.72%61.18%-
HSV(B)142.82º62.56%89.02%-
XYZ35.8858.7333.87-
YUV174.51107.9664.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 227 (89.06% from 255) = 50.33%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=18.85%
G=50.33%
B=30.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271390.6300.390.11142.8271.7261.18
Hex55E38B3F027B8f483d
Octal125343213770471321711075
Binary1010101111000111000101111111101001111011100011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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