Html Css Color HEX #31D973 Emerald

📋 copy color: '#31D973'

red 49 ◦ green 217 ◦ blue 115

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

Shades of Emerald #31D973

Tints of Emerald #31D973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 12.86%
G = 56.96%
B = 30.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#31D973 (or 0x31D973) is known color: Emerald. HEX triplet: 31, D9 and 73. RGB value is (49,217,115). Sum of RGB (Red+Green+Blue) = 49+217+115=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #31D973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D973 is #CE268C. Grayscale: #9B9B9B. Windows color (decimal): -13510285 or 7592241. OLE color: 7592241.

HSL color Cylindrical-coordinate representation of color #31D973: hue angle of 143.57º 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 #31D973 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 115 -
CMYK 0.77 0 0.47 0.15
HSL 143.57º 0.69% 0.52% -
HSV(B) 143.57º 0.77% 0.85% -
XYZ 29.17 51.52 24.63 -
YUV 155.14 105.34 52.29 -
System Red Green Blue C M Y K H S L
Decimal 49 217 115 0.77 0 0.47 0.15 143.57 0.69 0.52
Hex 31 D9 73 4D 0 2F F 90 45 34
Octal 61 331 163 115 0 57 17 220 105 64
Binary 110001 11011001 1110011 1001101 0 101111 1111 10010000 1000101 110100

Color Harmonies of #31D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D973

Black with #31D973

Text Example


Text Example

White with #31D973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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