Html Css Color HEX #31D46E Emerald

📋 copy color: '#31D46E'

red 49 ◦ green 212 ◦ blue 110

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

Shades of Emerald #31D46E

Tints of Emerald #31D46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 13.21%
G = 57.14%
B = 29.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#31D46E (or 0x31D46E) is known color: Emerald. HEX triplet: 31, D4 and 6E. RGB value is (49,212,110). Sum of RGB (Red+Green+Blue) = 49+212+110=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #31D46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D46E is #CE2B91. Grayscale: #979797. Windows color (decimal): -13511570 or 7263281. OLE color: 7263281.

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

Color convert

RGB 49 212 110 -
CMYK 0.77 0 0.48 0.17
HSL 142.45º 0.65% 0.51% -
HSV(B) 142.45º 0.77% 0.83% -
XYZ 27.62 48.87 22.73 -
YUV 151.64 104.5 54.79 -
System Red Green Blue C M Y K H S L
Decimal 49 212 110 0.77 0 0.48 0.17 142.45 0.65 0.51
Hex 31 D4 6E 4D 0 30 11 8E 41 33
Octal 61 324 156 115 0 60 21 216 101 63
Binary 110001 11010100 1101110 1001101 0 110000 10001 10001110 1000001 110011

Color Harmonies of #31D46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D46E

Black with #31D46E

Text Example


Text Example

White with #31D46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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