#31F468

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

Shades of Malachite #31F468

Tints of Malachite #31F468

Color information

#31F468 (or 0x31F468) is unknown color: approx Malachite. HEX triplet: 31, F4 and 68. RGB value is (49,244,104). Sum of RGB (Red+Green+Blue) = 49+244+104=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 244 (95.70% from 255 or 61.46% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 244 - color contains mainly: green. Hex color #31F468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F468 is #CE0B97. Grayscale: #AAAAAA. Windows color (decimal): -13503384 or 6878257. OLE color: 6878257.

HSL color Cylindrical-coordinate representation of color #31F468: hue angle of 136.92º 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 #31F468 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB49244104-
CMYK0.8000.570.04
HSL136.92º89.86%57.45%-
HSV(B)136.92º79.92%95.69%-
XYZ36.1266.3524-
YUV169.7490.941.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.34%
GREEN value IS 244 (95.70% from 255) = 61.46%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=12.34%
G=61.46%
B=26.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492441040.8000.570.04136.9289.8657.45
Hex31F468500394895a39
Octal61364150120071421113271
Binary11000111110100110100010100000111001100100010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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