Html Css Color HEX #31D86F Emerald

📋 copy color: '#31D86F'

red 49 ◦ green 216 ◦ blue 111

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

Shades of Emerald #31D86F

Tints of Emerald #31D86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.45%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 13.03%
G = 57.45%
B = 29.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#31D86F (or 0x31D86F) is known color: Emerald. HEX triplet: 31, D8 and 6F. RGB value is (49,216,111). Sum of RGB (Red+Green+Blue) = 49+216+111=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #31D86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D86F is #CE2790. Grayscale: #9A9A9A. Windows color (decimal): -13510545 or 7329841. OLE color: 7329841.

HSL color Cylindrical-coordinate representation of color #31D86F: hue angle of 142.28º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D86F is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 216 111 -
CMYK 0.77 0 0.49 0.15
HSL 142.28º 0.68% 0.52% -
HSV(B) 142.28º 0.77% 0.85% -
XYZ 28.69 50.91 23.35 -
YUV 154.1 103.67 53.04 -
System Red Green Blue C M Y K H S L
Decimal 49 216 111 0.77 0 0.49 0.15 142.28 0.68 0.52
Hex 31 D8 6F 4D 0 31 F 8E 44 34
Octal 61 330 157 115 0 61 17 216 104 64
Binary 110001 11011000 1101111 1001101 0 110001 1111 10001110 1000100 110100

Color Harmonies of #31D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D86F

Black with #31D86F

Text Example


Text Example

White with #31D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,216,111); }

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

background-color css

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

 a { background-color: rgb(49,216,111); }

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

border-color css

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

 span { border-color: rgb(49,216,111); }

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