#31EA7A

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

Shades of Emerald #31EA7A

Tints of Emerald #31EA7A

Color information

#31EA7A (or 0x31EA7A) is unknown color: approx Emerald. HEX triplet: 31, EA and 7A. RGB value is (49,234,122). Sum of RGB (Red+Green+Blue) = 49+234+122=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA7A is #CE1585. Grayscale: #A6A6A6. Windows color (decimal): -13505926 or 8055345. OLE color: 8055345.

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

Color convert

RGB49234122-
CMYK0.7900.480.08
HSL143.68º81.5%55.49%-
HSV(B)143.68º79.06%91.76%-
XYZ34.260.928.37-
YUV165.92103.2144.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.10%
GREEN value IS 234 (91.80% from 255) = 57.78%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=12.10%
G=57.78%
B=30.12%

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
Decimal492341220.7900.480.08143.6881.555.49
Hex31EA7A4F0308905137
Octal613521721170601022012167
Binary110001111010101111010100111101100001000100100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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