Html Css Color HEX #31DA56 Malachite

📋 copy color: '#31DA56'

red 49 ◦ green 218 ◦ blue 86

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

Shades of Malachite #31DA56

Tints of Malachite #31DA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.76%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 13.88%
G = 61.76%
B = 24.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#31DA56 (or 0x31DA56) is known color: Malachite. HEX triplet: 31, DA and 56. RGB value is (49,218,86). Sum of RGB (Red+Green+Blue) = 49+218+86=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA56 is #CE25A9. Grayscale: #989898. Windows color (decimal): -13510058 or 5691953. OLE color: 5691953.

HSL color Cylindrical-coordinate representation of color #31DA56: hue angle of 133.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA56 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 86 -
CMYK 0.78 0 0.61 0.15
HSL 133.14º 0.7% 0.52% -
HSV(B) 133.14º 0.78% 0.85% -
XYZ 28.02 51.47 17.26 -
YUV 152.42 90.51 54.23 -
System Red Green Blue C M Y K H S L
Decimal 49 218 86 0.78 0 0.61 0.15 133.14 0.7 0.52
Hex 31 DA 56 4E 0 3D F 85 46 34
Octal 61 332 126 116 0 75 17 205 106 64
Binary 110001 11011010 1010110 1001110 0 111101 1111 10000101 1000110 110100

Color Harmonies of #31DA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA56

Black with #31DA56

Text Example


Text Example

White with #31DA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,218,86); }

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

background-color css

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

 a { background-color: rgb(49,218,86); }

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

border-color css

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

 span { border-color: rgb(49,218,86); }

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