#31E278

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

Shades of Emerald #31E278

Tints of Emerald #31E278

Color information

#31E278 (or 0x31E278) is unknown color: approx Emerald. HEX triplet: 31, E2 and 78. RGB value is (49,226,120). Sum of RGB (Red+Green+Blue) = 49+226+120=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #31E278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E278 is #CE1D87. Grayscale: #A1A1A1. Windows color (decimal): -13507976 or 7922225. OLE color: 7922225.

HSL color Cylindrical-coordinate representation of color #31E278: hue angle of 144.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E278 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB49226120-
CMYK0.7800.470.11
HSL144.07º75.32%53.92%-
HSV(B)144.07º78.32%88.63%-
XYZ31.8556.426.98-
YUV160.99104.8648.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 226 (88.67% from 255) = 57.22%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=12.41%
G=57.22%
B=30.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal492261200.7800.470.11144.0775.3253.92
Hex31E2784E02FB904b36
Octal613421701160571322011366
Binary110001111000101111000100111001011111011100100001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,226,120); }

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

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

 a { background-color: rgb(49,226,120); }

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

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

 span { border-color: rgb(49,226,120); }

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