Html Css Color HEX #31D479 Emerald

📋 copy color: '#31D479'

red 49 ◦ green 212 ◦ blue 121

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

Shades of Emerald #31D479

Tints of Emerald #31D479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 12.83%
G = 55.5%
B = 31.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#31D479 (or 0x31D479) is known color: Emerald. HEX triplet: 31, D4 and 79. RGB value is (49,212,121). Sum of RGB (Red+Green+Blue) = 49+212+121=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #31D479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D479 is #CE2B86. Grayscale: #999999. Windows color (decimal): -13511559 or 7984177. OLE color: 7984177.

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

Color convert

RGB 49 212 121 -
CMYK 0.77 0 0.43 0.17
HSL 146.5º 0.65% 0.51% -
HSV(B) 146.5º 0.77% 0.83% -
XYZ 28.26 49.12 26.08 -
YUV 152.89 110 53.9 -
System Red Green Blue C M Y K H S L
Decimal 49 212 121 0.77 0 0.43 0.17 146.5 0.65 0.51
Hex 31 D4 79 4D 0 2B 11 93 41 33
Octal 61 324 171 115 0 53 21 223 101 63
Binary 110001 11010100 1111001 1001101 0 101011 10001 10010011 1000001 110011

Color Harmonies of #31D479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D479

Black with #31D479

Text Example


Text Example

White with #31D479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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