Html Css Color HEX #31D65A Malachite

📋 copy color: '#31D65A'

red 49 ◦ green 214 ◦ blue 90

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

Shades of Malachite #31D65A

Tints of Malachite #31D65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.62%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 13.88%
G = 60.62%
B = 25.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#31D65A (or 0x31D65A) is known color: Malachite. HEX triplet: 31, D6 and 5A. RGB value is (49,214,90). Sum of RGB (Red+Green+Blue) = 49+214+90=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #31D65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D65A is #CE29A5. Grayscale: #969696. Windows color (decimal): -13511078 or 5953073. OLE color: 5953073.

HSL color Cylindrical-coordinate representation of color #31D65A: hue angle of 134.91º 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 #31D65A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 90 -
CMYK 0.77 0 0.58 0.16
HSL 134.91º 0.67% 0.52% -
HSV(B) 134.91º 0.77% 0.84% -
XYZ 27.16 49.48 17.79 -
YUV 150.53 93.84 55.58 -
System Red Green Blue C M Y K H S L
Decimal 49 214 90 0.77 0 0.58 0.16 134.91 0.67 0.52
Hex 31 D6 5A 4D 0 3A 10 87 43 34
Octal 61 326 132 115 0 72 20 207 103 64
Binary 110001 11010110 1011010 1001101 0 111010 10000 10000111 1000011 110100

Color Harmonies of #31D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D65A

Black with #31D65A

Text Example


Text Example

White with #31D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,214,90); }

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

background-color css

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

 a { background-color: rgb(49,214,90); }

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

border-color css

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

 span { border-color: rgb(49,214,90); }

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