Html Css Color HEX #31DC5C Malachite

📋 copy color: '#31DC5C'

red 49 ◦ green 220 ◦ blue 92

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

Shades of Malachite #31DC5C

Tints of Malachite #31DC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 13.57%
G = 60.94%
B = 25.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#31DC5C (or 0x31DC5C) is known color: Malachite. HEX triplet: 31, DC and 5C. RGB value is (49,220,92). Sum of RGB (Red+Green+Blue) = 49+220+92=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC5C is #CE23A3. Grayscale: #9A9A9A. Windows color (decimal): -13509540 or 6085681. OLE color: 6085681.

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

Color convert

RGB 49 220 92 -
CMYK 0.78 0 0.58 0.14
HSL 135.09º 0.71% 0.53% -
HSV(B) 135.09º 0.78% 0.86% -
XYZ 28.79 52.61 18.76 -
YUV 154.28 92.85 52.91 -
System Red Green Blue C M Y K H S L
Decimal 49 220 92 0.78 0 0.58 0.14 135.09 0.71 0.53
Hex 31 DC 5C 4E 0 3A E 87 47 35
Octal 61 334 134 116 0 72 16 207 107 65
Binary 110001 11011100 1011100 1001110 0 111010 1110 10000111 1000111 110101

Color Harmonies of #31DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC5C

Black with #31DC5C

Text Example


Text Example

White with #31DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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