Html Css Color HEX #31D85A Malachite

📋 copy color: '#31D85A'

red 49 ◦ green 216 ◦ blue 90

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

Shades of Malachite #31D85A

Tints of Malachite #31D85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 13.8%
G = 60.85%
B = 25.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#31D85A (or 0x31D85A) is known color: Malachite. HEX triplet: 31, D8 and 5A. RGB value is (49,216,90). Sum of RGB (Red+Green+Blue) = 49+216+90=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #31D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D85A is #CE27A5. Grayscale: #989898. Windows color (decimal): -13510566 or 5953585. OLE color: 5953585.

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

Color convert

RGB 49 216 90 -
CMYK 0.77 0 0.58 0.15
HSL 134.73º 0.68% 0.52% -
HSV(B) 134.73º 0.77% 0.85% -
XYZ 27.67 50.5 17.96 -
YUV 151.7 93.17 54.75 -
System Red Green Blue C M Y K H S L
Decimal 49 216 90 0.77 0 0.58 0.15 134.73 0.68 0.52
Hex 31 D8 5A 4D 0 3A F 87 44 34
Octal 61 330 132 115 0 72 17 207 104 64
Binary 110001 11011000 1011010 1001101 0 111010 1111 10000111 1000100 110100

Color Harmonies of #31D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D85A

Black with #31D85A

Text Example


Text Example

White with #31D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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