#31EB72

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

Shades of Emerald #31EB72

Tints of Emerald #31EB72

Color information

#31EB72 (or 0x31EB72) is unknown color: approx Emerald. HEX triplet: 31, EB and 72. RGB value is (49,235,114). Sum of RGB (Red+Green+Blue) = 49+235+114=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 235 (92.19% from 255 or 59.05% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EB72 is #CE148D. Grayscale: #A5A5A5. Windows color (decimal): -13505678 or 7531313. OLE color: 7531313.

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

Color convert

RGB49235114-
CMYK0.7900.510.08
HSL140.97º82.3%55.69%-
HSV(B)140.97º79.15%92.16%-
XYZ34.0161.2825.96-
YUV165.5998.8844.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 235 (92.19% from 255) = 59.05%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=12.31%
G=59.05%
B=28.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492351140.7900.510.08140.9782.355.69
Hex31EB724F03388d5238
Octal613531621170631021512270
Binary110001111010111110010100111101100111000100011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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