#31DA72

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

Shades of Emerald #31DA72

Tints of Emerald #31DA72

Color information

#31DA72 (or 0x31DA72) is unknown color: approx Emerald. HEX triplet: 31, DA and 72. RGB value is (49,218,114). Sum of RGB (Red+Green+Blue) = 49+218+114=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA72 is #CE258D. Grayscale: #9B9B9B. Windows color (decimal): -13510030 or 7526961. OLE color: 7526961.

HSL color Cylindrical-coordinate representation of color #31DA72: hue angle of 143.08º 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 #31DA72 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB49218114-
CMYK0.7800.480.15
HSL143.08º69.55%52.35%-
HSV(B)143.08º77.52%85.49%-
XYZ29.3852.0124.41-
YUV155.61104.5151.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.86%
GREEN value IS 218 (85.55% from 255) = 57.22%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=12.86%
G=57.22%
B=29.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal492181140.7800.480.15143.0869.5552.35
Hex31DA724E030F8f4634
Octal613321621160601721710664
Binary110001110110101110010100111001100001111100011111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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