Html Css Color HEX #37DD64 Emerald

📋 copy color: '#37DD64'

red 55 ◦ green 221 ◦ blue 100

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

Shades of Emerald #37DD64

Tints of Emerald #37DD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 14.63%
G = 58.78%
B = 26.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#37DD64 (or 0x37DD64) is known color: Emerald. HEX triplet: 37, DD and 64. RGB value is (55,221,100). Sum of RGB (Red+Green+Blue) = 55+221+100=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DD64 is #C8229B. Grayscale: #9D9D9D. Windows color (decimal): -13116060 or 6610231. OLE color: 6610231.

HSL color Cylindrical-coordinate representation of color #37DD64: hue angle of 136.27º 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 #37DD64 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 100 -
CMYK 0.75 0 0.55 0.13
HSL 136.27º 0.71% 0.54% -
HSV(B) 136.27º 0.75% 0.87% -
XYZ 29.73 53.45 20.81 -
YUV 157.57 95.5 54.84 -
System Red Green Blue C M Y K H S L
Decimal 55 221 100 0.75 0 0.55 0.13 136.27 0.71 0.54
Hex 37 DD 64 4B 0 37 D 88 47 36
Octal 67 335 144 113 0 67 15 210 107 66
Binary 110111 11011101 1100100 1001011 0 110111 1101 10001000 1000111 110110

Color Harmonies of #37DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DD64

Black with #37DD64

Text Example


Text Example

White with #37DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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