Html Css Color HEX #31D25B Malachite

📋 copy color: '#31D25B'

red 49 ◦ green 210 ◦ blue 91

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

Shades of Malachite #31D25B

Tints of Malachite #31D25B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 14%
G = 60%
B = 26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#31D25B (or 0x31D25B) is known color: Malachite. HEX triplet: 31, D2 and 5B. RGB value is (49,210,91). Sum of RGB (Red+Green+Blue) = 49+210+91=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #31D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D25B is #CE2DA4. Grayscale: #949494. Windows color (decimal): -13512101 or 6017585. OLE color: 6017585.

HSL color Cylindrical-coordinate representation of color #31D25B: hue angle of 135.65º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D25B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 210 91 -
CMYK 0.77 0 0.57 0.18
HSL 135.65º 0.64% 0.51% -
HSV(B) 135.65º 0.77% 0.82% -
XYZ 26.2 47.5 17.69 -
YUV 148.3 95.66 57.18 -
System Red Green Blue C M Y K H S L
Decimal 49 210 91 0.77 0 0.57 0.18 135.65 0.64 0.51
Hex 31 D2 5B 4D 0 39 12 88 40 33
Octal 61 322 133 115 0 71 22 210 100 63
Binary 110001 11010010 1011011 1001101 0 111001 10010 10001000 1000000 110011

Color Harmonies of #31D25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D25B

Black with #31D25B

Text Example


Text Example

White with #31D25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,210,91); }

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

background-color css

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

 a { background-color: rgb(49,210,91); }

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

border-color css

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

 span { border-color: rgb(49,210,91); }

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