#31D475

Color #31D475 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #31D475

Tints of Emerald #31D475

Color information

#31D475 (or 0x31D475) is unknown color: approx Emerald. HEX triplet: 31, D4 and 75. RGB value is (49,212,117). Sum of RGB (Red+Green+Blue) = 49+212+117=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #31D475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D475 is #CE2B8A. Grayscale: #989898. Windows color (decimal): -13511563 or 7722033. OLE color: 7722033.

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

Color convert

RGB49212117-
CMYK0.7700.450.17
HSL145.03º65.46%51.18%-
HSV(B)145.03º76.89%83.14%-
XYZ28.0249.0224.82-
YUV152.4310854.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.96%
GREEN value IS 212 (83.20% from 255) = 56.08%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=12.96%
G=56.08%
B=30.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal492121170.7700.450.17145.0365.4651.18
Hex31D4754D02D11914133
Octal613241651150552122110163
Binary1100011101010011101011001101010110110001100100011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31D475;
 }
 .AnyTagClassName
 {
   color: #31D475;
 }
</style>
background-color css

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

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

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

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

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

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