Html Css Color HEX #31D86A Emerald

📋 copy color: '#31D86A'

red 49 ◦ green 216 ◦ blue 106

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

Shades of Emerald #31D86A

Tints of Emerald #31D86A

RGB

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

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

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

R = 13.21%
G = 58.22%
B = 28.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#31D86A (or 0x31D86A) is known color: Emerald. HEX triplet: 31, D8 and 6A. RGB value is (49,216,106). Sum of RGB (Red+Green+Blue) = 49+216+106=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #31D86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D86A is #CE2795. Grayscale: #999999. Windows color (decimal): -13510550 or 7002161. OLE color: 7002161.

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

Color convert

RGB 49 216 106 -
CMYK 0.77 0 0.51 0.15
HSL 140.48º 0.68% 0.52% -
HSV(B) 140.48º 0.77% 0.85% -
XYZ 28.42 50.81 21.94 -
YUV 153.53 101.17 53.44 -
System Red Green Blue C M Y K H S L
Decimal 49 216 106 0.77 0 0.51 0.15 140.48 0.68 0.52
Hex 31 D8 6A 4D 0 33 F 8C 44 34
Octal 61 330 152 115 0 63 17 214 104 64
Binary 110001 11011000 1101010 1001101 0 110011 1111 10001100 1000100 110100

Color Harmonies of #31D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D86A

Black with #31D86A

Text Example


Text Example

White with #31D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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