Html Css Color HEX #31DC53 Malachite

📋 copy color: '#31DC53'

red 49 ◦ green 220 ◦ blue 83

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

Shades of Malachite #31DC53

Tints of Malachite #31DC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 13.92%
G = 62.5%
B = 23.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#31DC53 (or 0x31DC53) is known color: Malachite. HEX triplet: 31, DC and 53. RGB value is (49,220,83). Sum of RGB (Red+Green+Blue) = 49+220+83=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC53 is #CE23AC. Grayscale: #999999. Windows color (decimal): -13509549 or 5495857. OLE color: 5495857.

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

Color convert

RGB 49 220 83 -
CMYK 0.78 0 0.62 0.14
HSL 131.93º 0.71% 0.53% -
HSV(B) 131.93º 0.78% 0.86% -
XYZ 28.42 52.46 16.81 -
YUV 153.25 88.35 53.64 -
System Red Green Blue C M Y K H S L
Decimal 49 220 83 0.78 0 0.62 0.14 131.93 0.71 0.53
Hex 31 DC 53 4E 0 3E E 84 47 35
Octal 61 334 123 116 0 76 16 204 107 65
Binary 110001 11011100 1010011 1001110 0 111110 1110 10000100 1000111 110101

Color Harmonies of #31DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC53

Black with #31DC53

Text Example


Text Example

White with #31DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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