Html Css Color HEX #37DD7D Emerald

📋 copy color: '#37DD7D'

red 55 ◦ green 221 ◦ blue 125

#37DD7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #37DD7D

Tints of Emerald #37DD7D

RGB

 RED value IS 55 (21.88% from 255) = 13.72%

 GREEN value IS 221 (86.72% from 255) = 55.11%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 13.72%
G = 55.11%
B = 31.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#37DD7D (or 0x37DD7D) is known color: Emerald. HEX triplet: 37, DD and 7D. RGB value is (55,221,125). Sum of RGB (Red+Green+Blue) = 55+221+125=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DD7D is #C82282. Grayscale: #A0A0A0. Windows color (decimal): -13116035 or 8248631. OLE color: 8248631.

HSL color Cylindrical-coordinate representation of color #37DD7D: hue angle of 145.3º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DD7D is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 125 -
CMYK 0.75 0 0.43 0.13
HSL 145.3º 0.71% 0.54% -
HSV(B) 145.3º 0.75% 0.87% -
XYZ 31.13 54.01 28.19 -
YUV 160.42 108 52.81 -
System Red Green Blue C M Y K H S L
Decimal 55 221 125 0.75 0 0.43 0.13 145.3 0.71 0.54
Hex 37 DD 7D 4B 0 2B D 91 47 36
Octal 67 335 175 113 0 53 15 221 107 66
Binary 110111 11011101 1111101 1001011 0 101011 1101 10010001 1000111 110110

Color Harmonies of #37DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DD7D

Black with #37DD7D

Text Example


Text Example

White with #37DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,125); }

 H1.HeaderClassName
 {
   color: #37DD7D;
 }
 .AnyTagClassName
 {
   color: #37DD7D;
 }
</style>

background-color css

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

 a { background-color: rgb(55,221,125); }

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

border-color css

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

 span { border-color: rgb(55,221,125); }

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