Html Css Color HEX #31D056 Malachite

📋 copy color: '#31D056'

red 49 ◦ green 208 ◦ blue 86

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

Shades of Malachite #31D056

Tints of Malachite #31D056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.64%

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 14.29%
G = 60.64%
B = 25.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#31D056 (or 0x31D056) is known color: Malachite. HEX triplet: 31, D0 and 56. RGB value is (49,208,86). Sum of RGB (Red+Green+Blue) = 49+208+86=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #31D056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D056 is #CE2FA9. Grayscale: #929292. Windows color (decimal): -13512618 or 5689393. OLE color: 5689393.

HSL color Cylindrical-coordinate representation of color #31D056: hue angle of 133.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D056 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 208 86 -
CMYK 0.76 0 0.59 0.18
HSL 133.96º 0.63% 0.5% -
HSV(B) 133.96º 0.76% 0.82% -
XYZ 25.5 46.44 16.42 -
YUV 146.55 93.82 58.42 -
System Red Green Blue C M Y K H S L
Decimal 49 208 86 0.76 0 0.59 0.18 133.96 0.63 0.5
Hex 31 D0 56 4C 0 3B 12 86 3F 32
Octal 61 320 126 114 0 73 22 206 77 62
Binary 110001 11010000 1010110 1001100 0 111011 10010 10000110 111111 110010

Color Harmonies of #31D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D056

Black with #31D056

Text Example


Text Example

White with #31D056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,208,86); }

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

background-color css

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

 a { background-color: rgb(49,208,86); }

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

border-color css

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

 span { border-color: rgb(49,208,86); }

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