Html Css Color HEX #31D47A Emerald

📋 copy color: '#31D47A'

red 49 ◦ green 212 ◦ blue 122

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

Shades of Emerald #31D47A

Tints of Emerald #31D47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 12.79%
G = 55.35%
B = 31.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#31D47A (or 0x31D47A) is known color: Emerald. HEX triplet: 31, D4 and 7A. RGB value is (49,212,122). Sum of RGB (Red+Green+Blue) = 49+212+122=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #31D47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D47A is #CE2B85. Grayscale: #999999. Windows color (decimal): -13511558 or 8049713. OLE color: 8049713.

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

Color convert

RGB 49 212 122 -
CMYK 0.77 0 0.42 0.17
HSL 146.87º 0.65% 0.51% -
HSV(B) 146.87º 0.77% 0.83% -
XYZ 28.32 49.15 26.41 -
YUV 153 110.5 53.82 -
System Red Green Blue C M Y K H S L
Decimal 49 212 122 0.77 0 0.42 0.17 146.87 0.65 0.51
Hex 31 D4 7A 4D 0 2A 11 93 41 33
Octal 61 324 172 115 0 52 21 223 101 63
Binary 110001 11010100 1111010 1001101 0 101010 10001 10010011 1000001 110011

Color Harmonies of #31D47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D47A

Black with #31D47A

Text Example


Text Example

White with #31D47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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