#31FF5B

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

Shades of Malachite #31FF5B

Tints of Malachite #31FF5B

Color information

#31FF5B (or 0x31FF5B) is unknown color: approx Malachite. HEX triplet: 31, FF and 5B. RGB value is (49,255,91). Sum of RGB (Red+Green+Blue) = 49+255+91=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF5B is #CE00A4. Grayscale: #AFAFAF. Windows color (decimal): -13500581 or 6029105. OLE color: 6029105.

HSL color Cylindrical-coordinate representation of color #31FF5B: hue angle of 132.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB4925591-
CMYK0.8100.640
HSL132.23º100%59.61%-
HSV(B)132.23º80.78%100%-
XYZ38.9172.9321.92-
YUV174.7180.7538.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 255 (100% from 255) = 64.56%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=12.41%
G=64.56%
B=23.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49255910.8100.640132.2310059.61
Hex31FF5B51040084643c
Octal613771331210100020414474
Binary1100011111111110110111010001010000000100001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31FF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,255,91); }

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

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

 a { background-color: rgb(49,255,91); }

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

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

 span { border-color: rgb(49,255,91); }

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