Html Css Color HEX #31D85C Malachite

📋 copy color: '#31D85C'

red 49 ◦ green 216 ◦ blue 92

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

Shades of Malachite #31D85C

Tints of Malachite #31D85C

RGB

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

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

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

R = 13.73%
G = 60.5%
B = 25.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#31D85C (or 0x31D85C) is known color: Malachite. HEX triplet: 31, D8 and 5C. RGB value is (49,216,92). Sum of RGB (Red+Green+Blue) = 49+216+92=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #31D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D85C is #CE27A3. Grayscale: #989898. Windows color (decimal): -13510564 or 6084657. OLE color: 6084657.

HSL color Cylindrical-coordinate representation of color #31D85C: hue angle of 135.45º 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 #31D85C is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 216 92 -
CMYK 0.77 0 0.57 0.15
HSL 135.45º 0.68% 0.52% -
HSV(B) 135.45º 0.77% 0.85% -
XYZ 27.75 50.54 18.42 -
YUV 151.93 94.17 54.58 -
System Red Green Blue C M Y K H S L
Decimal 49 216 92 0.77 0 0.57 0.15 135.45 0.68 0.52
Hex 31 D8 5C 4D 0 39 F 87 44 34
Octal 61 330 134 115 0 71 17 207 104 64
Binary 110001 11011000 1011100 1001101 0 111001 1111 10000111 1000100 110100

Color Harmonies of #31D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D85C

Black with #31D85C

Text Example


Text Example

White with #31D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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