Html Css Color HEX #31D673 Emerald

📋 copy color: '#31D673'

red 49 ◦ green 214 ◦ blue 115

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

Shades of Emerald #31D673

Tints of Emerald #31D673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

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

R = 12.96%
G = 56.61%
B = 30.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#31D673 (or 0x31D673) is known color: Emerald. HEX triplet: 31, D6 and 73. RGB value is (49,214,115). Sum of RGB (Red+Green+Blue) = 49+214+115=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #31D673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D673 is #CE298C. Grayscale: #999999. Windows color (decimal): -13511053 or 7591473. OLE color: 7591473.

HSL color Cylindrical-coordinate representation of color #31D673: hue angle of 144º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D673 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 115 -
CMYK 0.77 0 0.46 0.16
HSL 144º 0.67% 0.52% -
HSV(B) 144º 0.77% 0.84% -
XYZ 28.41 49.98 24.37 -
YUV 153.38 106.34 53.55 -
System Red Green Blue C M Y K H S L
Decimal 49 214 115 0.77 0 0.46 0.16 144 0.67 0.52
Hex 31 D6 73 4D 0 2E 10 90 43 34
Octal 61 326 163 115 0 56 20 220 103 64
Binary 110001 11010110 1110011 1001101 0 101110 10000 10010000 1000011 110100

Color Harmonies of #31D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D673

Black with #31D673

Text Example


Text Example

White with #31D673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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