Html Css Color HEX #31DE71 Emerald

📋 copy color: '#31DE71'

red 49 ◦ green 222 ◦ blue 113

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

Shades of Emerald #31DE71

Tints of Emerald #31DE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.81%

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

R = 12.76%
G = 57.81%
B = 29.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#31DE71 (or 0x31DE71) is known color: Emerald. HEX triplet: 31, DE and 71. RGB value is (49,222,113). Sum of RGB (Red+Green+Blue) = 49+222+113=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE71 is #CE218E. Grayscale: #9E9E9E. Windows color (decimal): -13509007 or 7462449. OLE color: 7462449.

HSL color Cylindrical-coordinate representation of color #31DE71: hue angle of 142.2º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DE71 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 222 113 -
CMYK 0.78 0 0.49 0.13
HSL 142.2º 0.72% 0.53% -
HSV(B) 142.2º 0.78% 0.87% -
XYZ 30.37 54.09 24.46 -
YUV 157.85 102.69 50.36 -
System Red Green Blue C M Y K H S L
Decimal 49 222 113 0.78 0 0.49 0.13 142.2 0.72 0.53
Hex 31 DE 71 4E 0 31 D 8E 48 35
Octal 61 336 161 116 0 61 15 216 110 65
Binary 110001 11011110 1110001 1001110 0 110001 1101 10001110 1001000 110101

Color Harmonies of #31DE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DE71

Black with #31DE71

Text Example


Text Example

White with #31DE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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