Html Css Color HEX #31D96D Emerald

📋 copy color: '#31D96D'

red 49 ◦ green 217 ◦ blue 109

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

Shades of Emerald #31D96D

Tints of Emerald #31D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.87%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 13.07%
G = 57.87%
B = 29.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#31D96D (or 0x31D96D) is known color: Emerald. HEX triplet: 31, D9 and 6D. RGB value is (49,217,109). Sum of RGB (Red+Green+Blue) = 49+217+109=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #31D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D96D is #CE2692. Grayscale: #9A9A9A. Windows color (decimal): -13510291 or 7199025. OLE color: 7199025.

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

Color convert

RGB 49 217 109 -
CMYK 0.77 0 0.50 0.15
HSL 141.43º 0.69% 0.52% -
HSV(B) 141.43º 0.77% 0.85% -
XYZ 28.84 51.38 22.87 -
YUV 154.46 102.34 52.78 -
System Red Green Blue C M Y K H S L
Decimal 49 217 109 0.77 0 0.50 0.15 141.43 0.69 0.52
Hex 31 D9 6D 4D 0 32 F 8D 45 34
Octal 61 331 155 115 0 62 17 215 105 64
Binary 110001 11011001 1101101 1001101 0 110010 1111 10001101 1000101 110100

Color Harmonies of #31D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D96D

Black with #31D96D

Text Example


Text Example

White with #31D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,109); }

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

background-color css

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

 a { background-color: rgb(49,217,109); }

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

border-color css

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

 span { border-color: rgb(49,217,109); }

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