#31DA70

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

Shades of Emerald #31DA70

Tints of Emerald #31DA70

Color information

#31DA70 (or 0x31DA70) is unknown color: approx Emerald. HEX triplet: 31, DA and 70. RGB value is (49,218,112). Sum of RGB (Red+Green+Blue) = 49+218+112=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA70 is #CE258F. Grayscale: #9B9B9B. Windows color (decimal): -13510032 or 7395889. OLE color: 7395889.

HSL color Cylindrical-coordinate representation of color #31DA70: hue angle of 142.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA70 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB49218112-
CMYK0.7800.490.15
HSL142.37º69.55%52.35%-
HSV(B)142.37º77.52%85.49%-
XYZ29.2651.9723.82-
YUV155.38103.5152.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 218 (85.55% from 255) = 57.52%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=12.93%
G=57.52%
B=29.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal492181120.7800.490.15142.3769.5552.35
Hex31DA704E031F8e4634
Octal613321601160611721610664
Binary110001110110101110000100111001100011111100011101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,218,112); }

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

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

 a { background-color: rgb(49,218,112); }

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

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

 span { border-color: rgb(49,218,112); }

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