Html Css Color HEX #31D65E Malachite

📋 copy color: '#31D65E'

red 49 ◦ green 214 ◦ blue 94

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

Shades of Malachite #31D65E

Tints of Malachite #31D65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 13.73%
G = 59.94%
B = 26.33%

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

#31D65E (or 0x31D65E) is known color: Malachite. HEX triplet: 31, D6 and 5E. RGB value is (49,214,94). Sum of RGB (Red+Green+Blue) = 49+214+94=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #31D65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D65E is #CE29A1. Grayscale: #979797. Windows color (decimal): -13511074 or 6215217. OLE color: 6215217.

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

Color convert

RGB 49 214 94 -
CMYK 0.77 0 0.56 0.16
HSL 136.36º 0.67% 0.52% -
HSV(B) 136.36º 0.77% 0.84% -
XYZ 27.33 49.55 18.71 -
YUV 150.99 95.84 55.26 -
System Red Green Blue C M Y K H S L
Decimal 49 214 94 0.77 0 0.56 0.16 136.36 0.67 0.52
Hex 31 D6 5E 4D 0 38 10 88 43 34
Octal 61 326 136 115 0 70 20 210 103 64
Binary 110001 11010110 1011110 1001101 0 111000 10000 10001000 1000011 110100

Color Harmonies of #31D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D65E

Black with #31D65E

Text Example


Text Example

White with #31D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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