Html Css Color HEX #31DD5D Malachite

📋 copy color: '#31DD5D'

red 49 ◦ green 221 ◦ blue 93

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

Shades of Malachite #31DD5D

Tints of Malachite #31DD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.88%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 13.5%
G = 60.88%
B = 25.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#31DD5D (or 0x31DD5D) is known color: Malachite. HEX triplet: 31, DD and 5D. RGB value is (49,221,93). Sum of RGB (Red+Green+Blue) = 49+221+93=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD5D is #CE22A2. Grayscale: #9B9B9B. Windows color (decimal): -13509283 or 6151473. OLE color: 6151473.

HSL color Cylindrical-coordinate representation of color #31DD5D: hue angle of 135.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD5D is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 93 -
CMYK 0.78 0 0.58 0.13
HSL 135.35º 0.72% 0.53% -
HSV(B) 135.35º 0.78% 0.87% -
XYZ 29.1 53.16 19.08 -
YUV 154.98 93.02 52.41 -
System Red Green Blue C M Y K H S L
Decimal 49 221 93 0.78 0 0.58 0.13 135.35 0.72 0.53
Hex 31 DD 5D 4E 0 3A D 87 48 35
Octal 61 335 135 116 0 72 15 207 110 65
Binary 110001 11011101 1011101 1001110 0 111010 1101 10000111 1001000 110101

Color Harmonies of #31DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD5D

Black with #31DD5D

Text Example


Text Example

White with #31DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,93); }

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

background-color css

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

 a { background-color: rgb(49,221,93); }

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

border-color css

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

 span { border-color: rgb(49,221,93); }

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