Html Css Color HEX #31DC61 Malachite

📋 copy color: '#31DC61'

red 49 ◦ green 220 ◦ blue 97

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

Shades of Malachite #31DC61

Tints of Malachite #31DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.11%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 13.39%
G = 60.11%
B = 26.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#31DC61 (or 0x31DC61) is known color: Malachite. HEX triplet: 31, DC and 61. RGB value is (49,220,97). Sum of RGB (Red+Green+Blue) = 49+220+97=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC61 is #CE239E. Grayscale: #9B9B9B. Windows color (decimal): -13509535 or 6413361. OLE color: 6413361.

HSL color Cylindrical-coordinate representation of color #31DC61: hue angle of 136.84º degrees, saturation: 0.71, 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 #31DC61 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 97 -
CMYK 0.78 0 0.56 0.14
HSL 136.84º 0.71% 0.53% -
HSV(B) 136.84º 0.78% 0.86% -
XYZ 29.02 52.7 19.95 -
YUV 154.85 95.35 52.5 -
System Red Green Blue C M Y K H S L
Decimal 49 220 97 0.78 0 0.56 0.14 136.84 0.71 0.53
Hex 31 DC 61 4E 0 38 E 89 47 35
Octal 61 334 141 116 0 70 16 211 107 65
Binary 110001 11011100 1100001 1001110 0 111000 1110 10001001 1000111 110101

Color Harmonies of #31DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC61

Black with #31DC61

Text Example


Text Example

White with #31DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,97); }

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

background-color css

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

 a { background-color: rgb(49,220,97); }

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

border-color css

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

 span { border-color: rgb(49,220,97); }

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