#31EA66

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

Shades of Malachite #31EA66

Tints of Malachite #31EA66

Color information

#31EA66 (or 0x31EA66) is unknown color: approx Malachite. HEX triplet: 31, EA and 66. RGB value is (49,234,102). Sum of RGB (Red+Green+Blue) = 49+234+102=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 234 (91.80% from 255 or 60.78% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA66 is #CE1599. Grayscale: #A3A3A3. Windows color (decimal): -13505946 or 6744625. OLE color: 6744625.

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

Color convert

RGB49234102-
CMYK0.7900.560.08
HSL137.19º81.5%55.49%-
HSV(B)137.19º79.06%91.76%-
XYZ33.0960.4622.5-
YUV163.6493.2146.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.73%
GREEN value IS 234 (91.80% from 255) = 60.78%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=12.73%
G=60.78%
B=26.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492341020.7900.560.08137.1981.555.49
Hex31EA664F0388895137
Octal613521461170701021112167
Binary110001111010101100110100111101110001000100010011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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