Html Css Color HEX #31EA71 Emerald

📋 copy color: '#31EA71'

red 49 ◦ green 234 ◦ blue 113

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

Shades of Emerald #31EA71

Tints of Emerald #31EA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.09%

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

R = 12.37%
G = 59.09%
B = 28.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#31EA71 (or 0x31EA71) is known color: Emerald. HEX triplet: 31, EA and 71. RGB value is (49,234,113). Sum of RGB (Red+Green+Blue) = 49+234+113=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA71 is #CE158E. Grayscale: #A5A5A5. Windows color (decimal): -13505935 or 7465521. OLE color: 7465521.

HSL color Cylindrical-coordinate representation of color #31EA71: hue angle of 140.76º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA71 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 234 113 -
CMYK 0.79 0 0.52 0.08
HSL 140.76º 0.81% 0.55% -
HSV(B) 140.76º 0.79% 0.92% -
XYZ 33.67 60.69 25.56 -
YUV 164.89 98.71 45.34 -
System Red Green Blue C M Y K H S L
Decimal 49 234 113 0.79 0 0.52 0.08 140.76 0.81 0.55
Hex 31 EA 71 4F 0 34 8 8D 51 37
Octal 61 352 161 117 0 64 10 215 121 67
Binary 110001 11101010 1110001 1001111 0 110100 1000 10001101 1010001 110111

Color Harmonies of #31EA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA71

Black with #31EA71

Text Example


Text Example

White with #31EA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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