Html Css Color HEX #31DC7A Emerald

📋 copy color: '#31DC7A'

red 49 ◦ green 220 ◦ blue 122

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

Shades of Emerald #31DC7A

Tints of Emerald #31DC7A

RGB

 RED value IS 49 (19.53% from 255) = 12.53%

 GREEN value IS 220 (86.33% from 255) = 56.27%

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 12.53%
G = 56.27%
B = 31.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#31DC7A (or 0x31DC7A) is known color: Emerald. HEX triplet: 31, DC and 7A. RGB value is (49,220,122). Sum of RGB (Red+Green+Blue) = 49+220+122=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC7A is #CE2385. Grayscale: #9D9D9D. Windows color (decimal): -13509510 or 8051761. OLE color: 8051761.

HSL color Cylindrical-coordinate representation of color #31DC7A: hue angle of 145.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC7A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 122 -
CMYK 0.78 0 0.45 0.14
HSL 145.61º 0.71% 0.53% -
HSV(B) 145.61º 0.78% 0.86% -
XYZ 30.37 53.24 27.09 -
YUV 157.7 107.85 50.47 -
System Red Green Blue C M Y K H S L
Decimal 49 220 122 0.78 0 0.45 0.14 145.61 0.71 0.53
Hex 31 DC 7A 4E 0 2D E 92 47 35
Octal 61 334 172 116 0 55 16 222 107 65
Binary 110001 11011100 1111010 1001110 0 101101 1110 10010010 1000111 110101

Color Harmonies of #31DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC7A

Black with #31DC7A

Text Example


Text Example

White with #31DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31DC7A; }

 p { color: rgb(49,220,122); }

 H1.HeaderClassName
 {
   color: #31DC7A;
 }
 .AnyTagClassName
 {
   color: #31DC7A;
 }
</style>

background-color css

<style>
 a { background-color: #31DC7A; }

 a { background-color: rgb(49,220,122); }

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

border-color css

<style>
 span { border-color: #31DC7A; }

 span { border-color: rgb(49,220,122); }

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