Html Css Color HEX #31D75F Malachite

📋 copy color: '#31D75F'

red 49 ◦ green 215 ◦ blue 95

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

Shades of Malachite #31D75F

Tints of Malachite #31D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.89%

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 13.65%
G = 59.89%
B = 26.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#31D75F (or 0x31D75F) is known color: Malachite. HEX triplet: 31, D7 and 5F. RGB value is (49,215,95). Sum of RGB (Red+Green+Blue) = 49+215+95=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #31D75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D75F is #CE28A0. Grayscale: #979797. Windows color (decimal): -13510817 or 6281009. OLE color: 6281009.

HSL color Cylindrical-coordinate representation of color #31D75F: hue angle of 136.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D75F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 215 95 -
CMYK 0.77 0 0.56 0.16
HSL 136.63º 0.67% 0.52% -
HSV(B) 136.63º 0.77% 0.84% -
XYZ 27.63 50.08 19.04 -
YUV 151.69 96 54.76 -
System Red Green Blue C M Y K H S L
Decimal 49 215 95 0.77 0 0.56 0.16 136.63 0.67 0.52
Hex 31 D7 5F 4D 0 38 10 89 43 34
Octal 61 327 137 115 0 70 20 211 103 64
Binary 110001 11010111 1011111 1001101 0 111000 10000 10001001 1000011 110100

Color Harmonies of #31D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D75F

Black with #31D75F

Text Example


Text Example

White with #31D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,215,95); }

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

background-color css

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

 a { background-color: rgb(49,215,95); }

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

border-color css

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

 span { border-color: rgb(49,215,95); }

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