#31EB7B

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

Shades of Emerald #31EB7B

Tints of Emerald #31EB7B

Color information

#31EB7B (or 0x31EB7B) is unknown color: approx Emerald. HEX triplet: 31, EB and 7B. RGB value is (49,235,123). Sum of RGB (Red+Green+Blue) = 49+235+123=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EB7B is #CE1484. Grayscale: #A6A6A6. Windows color (decimal): -13505669 or 8121137. OLE color: 8121137.

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

Color convert

RGB49235123-
CMYK0.7900.480.08
HSL143.87º82.3%55.69%-
HSV(B)143.87º79.15%92.16%-
XYZ34.5561.528.79-
YUV166.62103.3844.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 235 (92.19% from 255) = 57.74%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=12.04%
G=57.74%
B=30.22%

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
Decimal492351230.7900.480.08143.8782.355.69
Hex31EB7B4F0308905238
Octal613531731170601022012270
Binary110001111010111111011100111101100001000100100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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