Html Css Color HEX #31DB56 Malachite

📋 copy color: '#31DB56'

red 49 ◦ green 219 ◦ blue 86

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

Shades of Malachite #31DB56

Tints of Malachite #31DB56

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.86%

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

R = 13.84%
G = 61.86%
B = 24.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#31DB56 (or 0x31DB56) is known color: Malachite. HEX triplet: 31, DB and 56. RGB value is (49,219,86). Sum of RGB (Red+Green+Blue) = 49+219+86=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB56 is #CE24A9. Grayscale: #999999. Windows color (decimal): -13509802 or 5692209. OLE color: 5692209.

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

Color convert

RGB 49 219 86 -
CMYK 0.78 0 0.61 0.14
HSL 133.06º 0.7% 0.53% -
HSV(B) 133.06º 0.78% 0.86% -
XYZ 28.28 51.99 17.35 -
YUV 153.01 90.18 53.81 -
System Red Green Blue C M Y K H S L
Decimal 49 219 86 0.78 0 0.61 0.14 133.06 0.7 0.53
Hex 31 DB 56 4E 0 3D E 85 46 35
Octal 61 333 126 116 0 75 16 205 106 65
Binary 110001 11011011 1010110 1001110 0 111101 1110 10000101 1000110 110101

Color Harmonies of #31DB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB56

Black with #31DB56

Text Example


Text Example

White with #31DB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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