#31EA79

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

Shades of Emerald #31EA79

Tints of Emerald #31EA79

Color information

#31EA79 (or 0x31EA79) is unknown color: approx Emerald. HEX triplet: 31, EA and 79. RGB value is (49,234,121). Sum of RGB (Red+Green+Blue) = 49+234+121=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA79 is #CE1586. Grayscale: #A6A6A6. Windows color (decimal): -13505927 or 7989809. OLE color: 7989809.

HSL color Cylindrical-coordinate representation of color #31EA79: hue angle of 143.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA79 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB49234121-
CMYK0.7900.480.08
HSL143.35º81.5%55.49%-
HSV(B)143.35º79.06%91.76%-
XYZ34.1460.8828.04-
YUV165.8102.7144.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.13%
GREEN value IS 234 (91.80% from 255) = 57.92%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=12.13%
G=57.92%
B=29.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492341210.7900.480.08143.3581.555.49
Hex31EA794F03088f5137
Octal613521711170601021712167
Binary110001111010101111001100111101100001000100011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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