Html Css Color HEX #37CF80 Emerald

📋 copy color: '#37CF80'

red 55 ◦ green 207 ◦ blue 128

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

Shades of Emerald #37CF80

Tints of Emerald #37CF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.08%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 14.1%
G = 53.08%
B = 32.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#37CF80 (or 0x37CF80) is known color: Emerald. HEX triplet: 37, CF and 80. RGB value is (55,207,128). Sum of RGB (Red+Green+Blue) = 55+207+128=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CF80 is #C8307F. Grayscale: #989898. Windows color (decimal): -13119616 or 8441655. OLE color: 8441655.

HSL color Cylindrical-coordinate representation of color #37CF80: hue angle of 148.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CF80 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 128 -
CMYK 0.73 0 0.38 0.19
HSL 148.82º 0.61% 0.51% -
HSV(B) 148.82º 0.73% 0.81% -
XYZ 27.78 47 28.03 -
YUV 152.55 114.14 58.42 -
System Red Green Blue C M Y K H S L
Decimal 55 207 128 0.73 0 0.38 0.19 148.82 0.61 0.51
Hex 37 CF 80 49 0 26 13 95 3D 33
Octal 67 317 200 111 0 46 23 225 75 63
Binary 110111 11001111 10000000 1001001 0 100110 10011 10010101 111101 110011

Color Harmonies of #37CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CF80

Black with #37CF80

Text Example


Text Example

White with #37CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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