Html Css Color HEX #31F557 Malachite

📋 copy color: '#31F557'

red 49 ◦ green 245 ◦ blue 87

#31F557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #31F557

Tints of Malachite #31F557

RGB

 RED value IS 49 (19.53% from 255) = 12.86%

 GREEN value IS 245 (96.09% from 255) = 64.3%

 BLUE value IS 87 (34.38% from 255) = 22.83%

R = 12.86%
G = 64.3%
B = 22.83%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#31F557 (or 0x31F557) is known color: Malachite. HEX triplet: 31, F5 and 57. RGB value is (49,245,87). Sum of RGB (Red+Green+Blue) = 49+245+87=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #31F557 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F557 is #CE0AA8. Grayscale: #A8A8A8. Windows color (decimal): -13503145 or 5764401. OLE color: 5764401.

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

Color convert

RGB 49 245 87 -
CMYK 0.8 0 0.64 0.04
HSL 131.63º 0.91% 0.58% -
HSV(B) 131.63º 0.8% 0.96% -
XYZ 35.64 66.65 20 -
YUV 168.38 82.07 42.85 -
System Red Green Blue C M Y K H S L
Decimal 49 245 87 0.8 0 0.64 0.04 131.63 0.91 0.58
Hex 31 F5 57 50 0 40 4 84 5B 3A
Octal 61 365 127 120 0 100 4 204 133 72
Binary 110001 11110101 1010111 1010000 0 1000000 100 10000100 1011011 111010

Color Harmonies of #31F557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F557

Black with #31F557

Text Example


Text Example

White with #31F557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,245,87); }

 H1.HeaderClassName
 {
   color: #31F557;
 }
 .AnyTagClassName
 {
   color: #31F557;
 }
</style>

background-color css

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

 a { background-color: rgb(49,245,87); }

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

border-color css

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

 span { border-color: rgb(49,245,87); }

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