Html Css Color HEX #37CD7D Emerald

📋 copy color: '#37CD7D'

red 55 ◦ green 205 ◦ blue 125

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

Shades of Emerald #37CD7D

Tints of Emerald #37CD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.25%

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

R = 14.29%
G = 53.25%
B = 32.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#37CD7D (or 0x37CD7D) is known color: Emerald. HEX triplet: 37, CD and 7D. RGB value is (55,205,125). Sum of RGB (Red+Green+Blue) = 55+205+125=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CD7D is #C83282. Grayscale: #979797. Windows color (decimal): -13120131 or 8244535. OLE color: 8244535.

HSL color Cylindrical-coordinate representation of color #37CD7D: hue angle of 148º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CD7D is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 125 -
CMYK 0.73 0 0.39 0.20
HSL 148º 0.6% 0.51% -
HSV(B) 148º 0.73% 0.8% -
XYZ 27.11 45.96 26.84 -
YUV 151.03 113.31 59.5 -
System Red Green Blue C M Y K H S L
Decimal 55 205 125 0.73 0 0.39 0.20 148 0.6 0.51
Hex 37 CD 7D 49 0 27 14 94 3C 33
Octal 67 315 175 111 0 47 24 224 74 63
Binary 110111 11001101 1111101 1001001 0 100111 10100 10010100 111100 110011

Color Harmonies of #37CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CD7D

Black with #37CD7D

Text Example


Text Example

White with #37CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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