Html Css Color HEX #31D860 Malachite

📋 copy color: '#31D860'

red 49 ◦ green 216 ◦ blue 96

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

Shades of Malachite #31D860

Tints of Malachite #31D860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.83%

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

R = 13.57%
G = 59.83%
B = 26.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#31D860 (or 0x31D860) is known color: Malachite. HEX triplet: 31, D8 and 60. RGB value is (49,216,96). Sum of RGB (Red+Green+Blue) = 49+216+96=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #31D860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D860 is #CE279F. Grayscale: #989898. Windows color (decimal): -13510560 or 6346801. OLE color: 6346801.

HSL color Cylindrical-coordinate representation of color #31D860: hue angle of 136.89º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D860 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 216 96 -
CMYK 0.77 0 0.56 0.15
HSL 136.89º 0.68% 0.52% -
HSV(B) 136.89º 0.77% 0.85% -
XYZ 27.93 50.61 19.36 -
YUV 152.39 96.17 54.26 -
System Red Green Blue C M Y K H S L
Decimal 49 216 96 0.77 0 0.56 0.15 136.89 0.68 0.52
Hex 31 D8 60 4D 0 38 F 89 44 34
Octal 61 330 140 115 0 70 17 211 104 64
Binary 110001 11011000 1100000 1001101 0 111000 1111 10001001 1000100 110100

Color Harmonies of #31D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D860

Black with #31D860

Text Example


Text Example

White with #31D860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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