Html Css Color HEX #31DC60 Malachite

📋 copy color: '#31DC60'

red 49 ◦ green 220 ◦ blue 96

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

Shades of Malachite #31DC60

Tints of Malachite #31DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 13.42%
G = 60.27%
B = 26.3%

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

#31DC60 (or 0x31DC60) is known color: Malachite. HEX triplet: 31, DC and 60. RGB value is (49,220,96). Sum of RGB (Red+Green+Blue) = 49+220+96=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC60 is #CE239F. Grayscale: #9B9B9B. Windows color (decimal): -13509536 or 6347825. OLE color: 6347825.

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

Color convert

RGB 49 220 96 -
CMYK 0.78 0 0.56 0.14
HSL 136.49º 0.71% 0.53% -
HSV(B) 136.49º 0.78% 0.86% -
XYZ 28.97 52.68 19.71 -
YUV 154.74 94.85 52.58 -
System Red Green Blue C M Y K H S L
Decimal 49 220 96 0.78 0 0.56 0.14 136.49 0.71 0.53
Hex 31 DC 60 4E 0 38 E 88 47 35
Octal 61 334 140 116 0 70 16 210 107 65
Binary 110001 11011100 1100000 1001110 0 111000 1110 10001000 1000111 110101

Color Harmonies of #31DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC60

Black with #31DC60

Text Example


Text Example

White with #31DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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