#37DC7B

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

Shades of Emerald #37DC7B

Tints of Emerald #37DC7B

Color information

#37DC7B (or 0x37DC7B) is unknown color: approx Emerald. HEX triplet: 37, DC and 7B. RGB value is (55,220,123). Sum of RGB (Red+Green+Blue) = 55+220+123=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DC7B is #C82384. Grayscale: #9F9F9F. Windows color (decimal): -13116293 or 8117303. OLE color: 8117303.

HSL color Cylindrical-coordinate representation of color #37DC7B: hue angle of 144.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC7B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB55220123-
CMYK0.7500.440.14
HSL144.73º70.21%53.92%-
HSV(B)144.73º75%86.27%-
XYZ30.7453.4327.43-
YUV159.61107.3453.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.82%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=13.82%
G=55.28%
B=30.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal552201230.7500.440.14144.7370.2153.92
Hex37DC7B4B02CE914636
Octal673341731130541622110666
Binary110111110111001111011100101101011001110100100011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,220,123); }

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

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

 a { background-color: rgb(55,220,123); }

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

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

 span { border-color: rgb(55,220,123); }

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