Html Css Color HEX #31D46A Emerald

📋 copy color: '#31D46A'

red 49 ◦ green 212 ◦ blue 106

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

Shades of Emerald #31D46A

Tints of Emerald #31D46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.77%

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 13.35%
G = 57.77%
B = 28.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#31D46A (or 0x31D46A) is known color: Emerald. HEX triplet: 31, D4 and 6A. RGB value is (49,212,106). Sum of RGB (Red+Green+Blue) = 49+212+106=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #31D46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D46A is #CE2B95. Grayscale: #979797. Windows color (decimal): -13511574 or 7001137. OLE color: 7001137.

HSL color Cylindrical-coordinate representation of color #31D46A: hue angle of 140.98º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D46A is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 212 106 -
CMYK 0.77 0 0.5 0.17
HSL 140.98º 0.65% 0.51% -
HSV(B) 140.98º 0.77% 0.83% -
XYZ 27.41 48.78 21.61 -
YUV 151.18 102.5 55.12 -
System Red Green Blue C M Y K H S L
Decimal 49 212 106 0.77 0 0.5 0.17 140.98 0.65 0.51
Hex 31 D4 6A 4D 0 32 11 8D 41 33
Octal 61 324 152 115 0 62 21 215 101 63
Binary 110001 11010100 1101010 1001101 0 110010 10001 10001101 1000001 110011

Color Harmonies of #31D46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D46A

Black with #31D46A

Text Example


Text Example

White with #31D46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,212,106); }

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

background-color css

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

 a { background-color: rgb(49,212,106); }

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

border-color css

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

 span { border-color: rgb(49,212,106); }

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