#31F466

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

Shades of Malachite #31F466

Tints of Malachite #31F466

Color information

#31F466 (or 0x31F466) is unknown color: approx Malachite. HEX triplet: 31, F4 and 66. RGB value is (49,244,102). Sum of RGB (Red+Green+Blue) = 49+244+102=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 244 (95.70% from 255 or 61.77% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 244 - color contains mainly: green. Hex color #31F466 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F466 is #CE0B99. Grayscale: #A9A9A9. Windows color (decimal): -13503386 or 6747185. OLE color: 6747185.

HSL color Cylindrical-coordinate representation of color #31F466: hue angle of 136.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F466 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB49244102-
CMYK0.8000.580.04
HSL136.31º89.86%57.45%-
HSV(B)136.31º79.92%95.69%-
XYZ36.0266.3123.47-
YUV169.5189.942.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 244 (95.70% from 255) = 61.77%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=12.41%
G=61.77%
B=25.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492441020.8000.580.04136.3189.8657.45
Hex31F4665003A4885a39
Octal61364146120072421013271
Binary11000111110100110011010100000111010100100010001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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