#31EA77

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

Shades of Emerald #31EA77

Tints of Emerald #31EA77

Color information

#31EA77 (or 0x31EA77) is unknown color: approx Emerald. HEX triplet: 31, EA and 77. RGB value is (49,234,119). Sum of RGB (Red+Green+Blue) = 49+234+119=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA77 is #CE1588. Grayscale: #A5A5A5. Windows color (decimal): -13505929 or 7858737. OLE color: 7858737.

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

Color convert

RGB49234119-
CMYK0.7900.490.08
HSL142.7º81.5%55.49%-
HSV(B)142.7º79.06%91.76%-
XYZ34.0260.8327.4-
YUV165.58101.7144.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.19%
GREEN value IS 234 (91.80% from 255) = 58.21%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=12.19%
G=58.21%
B=29.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492341190.7900.490.08142.781.555.49
Hex31EA774F03188f5137
Octal613521671170611021712167
Binary110001111010101110111100111101100011000100011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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