Html Css Color HEX #31D971 Emerald

📋 copy color: '#31D971'

red 49 ◦ green 217 ◦ blue 113

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

Shades of Emerald #31D971

Tints of Emerald #31D971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.26%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 12.93%
G = 57.26%
B = 29.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#31D971 (or 0x31D971) is known color: Emerald. HEX triplet: 31, D9 and 71. RGB value is (49,217,113). Sum of RGB (Red+Green+Blue) = 49+217+113=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #31D971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D971 is #CE268E. Grayscale: #9B9B9B. Windows color (decimal): -13510287 or 7461169. OLE color: 7461169.

HSL color Cylindrical-coordinate representation of color #31D971: hue angle of 142.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D971 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 113 -
CMYK 0.77 0 0.48 0.15
HSL 142.86º 0.69% 0.52% -
HSV(B) 142.86º 0.77% 0.85% -
XYZ 29.06 51.47 24.03 -
YUV 154.91 104.34 52.46 -
System Red Green Blue C M Y K H S L
Decimal 49 217 113 0.77 0 0.48 0.15 142.86 0.69 0.52
Hex 31 D9 71 4D 0 30 F 8F 45 34
Octal 61 331 161 115 0 60 17 217 105 64
Binary 110001 11011001 1110001 1001101 0 110000 1111 10001111 1000101 110100

Color Harmonies of #31D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D971

Black with #31D971

Text Example


Text Example

White with #31D971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,113); }

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

background-color css

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

 a { background-color: rgb(49,217,113); }

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

border-color css

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

 span { border-color: rgb(49,217,113); }

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