Html Css Color HEX #31DC55 Malachite

📋 copy color: '#31DC55'

red 49 ◦ green 220 ◦ blue 85

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

Shades of Malachite #31DC55

Tints of Malachite #31DC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 13.84%
G = 62.15%
B = 24.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#31DC55 (or 0x31DC55) is known color: Malachite. HEX triplet: 31, DC and 55. RGB value is (49,220,85). Sum of RGB (Red+Green+Blue) = 49+220+85=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC55 is #CE23AA. Grayscale: #999999. Windows color (decimal): -13509547 or 5626929. OLE color: 5626929.

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

Color convert

RGB 49 220 85 -
CMYK 0.78 0 0.61 0.14
HSL 132.63º 0.71% 0.53% -
HSV(B) 132.63º 0.78% 0.86% -
XYZ 28.5 52.5 17.22 -
YUV 153.48 89.35 53.48 -
System Red Green Blue C M Y K H S L
Decimal 49 220 85 0.78 0 0.61 0.14 132.63 0.71 0.53
Hex 31 DC 55 4E 0 3D E 85 47 35
Octal 61 334 125 116 0 75 16 205 107 65
Binary 110001 11011100 1010101 1001110 0 111101 1110 10000101 1000111 110101

Color Harmonies of #31DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC55

Black with #31DC55

Text Example


Text Example

White with #31DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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