Html Css Color HEX #31D46D Emerald

📋 copy color: '#31D46D'

red 49 ◦ green 212 ◦ blue 109

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

Shades of Emerald #31D46D

Tints of Emerald #31D46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.3%

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

R = 13.24%
G = 57.3%
B = 29.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#31D46D (or 0x31D46D) is known color: Emerald. HEX triplet: 31, D4 and 6D. RGB value is (49,212,109). Sum of RGB (Red+Green+Blue) = 49+212+109=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #31D46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D46D is #CE2B92. Grayscale: #979797. Windows color (decimal): -13511571 or 7197745. OLE color: 7197745.

HSL color Cylindrical-coordinate representation of color #31D46D: hue angle of 142.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D46D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 212 109 -
CMYK 0.77 0 0.49 0.17
HSL 142.09º 0.65% 0.51% -
HSV(B) 142.09º 0.77% 0.83% -
XYZ 27.57 48.84 22.44 -
YUV 151.52 104 54.88 -
System Red Green Blue C M Y K H S L
Decimal 49 212 109 0.77 0 0.49 0.17 142.09 0.65 0.51
Hex 31 D4 6D 4D 0 31 11 8E 41 33
Octal 61 324 155 115 0 61 21 216 101 63
Binary 110001 11010100 1101101 1001101 0 110001 10001 10001110 1000001 110011

Color Harmonies of #31D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D46D

Black with #31D46D

Text Example


Text Example

White with #31D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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