#37D080

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

Shades of Emerald #37D080

Tints of Emerald #37D080

Color information

#37D080 (or 0x37D080) is unknown color: approx Emerald. HEX triplet: 37, D0 and 80. RGB value is (55,208,128). Sum of RGB (Red+Green+Blue) = 55+208+128=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #37D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D080 is #C82F7F. Grayscale: #999999. Windows color (decimal): -13119360 or 8441911. OLE color: 8441911.

HSL color Cylindrical-coordinate representation of color #37D080: hue angle of 148.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D080 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB55208128-
CMYK0.7400.380.18
HSL148.63º61.94%51.57%-
HSV(B)148.63º73.56%81.57%-
XYZ28.0347.4828.11-
YUV153.13113.8158-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 208 (81.64% from 255) = 53.20%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=14.07%
G=53.20%
B=32.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552081280.7400.380.18148.6361.9451.57
Hex37D0804A02612953e34
Octal67320200112046222257664
Binary1101111101000010000000100101001001101001010010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37D080; }

 p { color: rgb(55,208,128); }

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

<style>
 a { background-color: #37D080; }

 a { background-color: rgb(55,208,128); }

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

<style>
 span { border-color: #37D080; }

 span { border-color: rgb(55,208,128); }

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