Html Css Color HEX #31D65C Malachite

📋 copy color: '#31D65C'

red 49 ◦ green 214 ◦ blue 92

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

Shades of Malachite #31D65C

Tints of Malachite #31D65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 13.8%
G = 60.28%
B = 25.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#31D65C (or 0x31D65C) is known color: Malachite. HEX triplet: 31, D6 and 5C. RGB value is (49,214,92). Sum of RGB (Red+Green+Blue) = 49+214+92=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #31D65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D65C is #CE29A3. Grayscale: #979797. Windows color (decimal): -13511076 or 6084145. OLE color: 6084145.

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

Color convert

RGB 49 214 92 -
CMYK 0.77 0 0.57 0.16
HSL 135.64º 0.67% 0.52% -
HSV(B) 135.64º 0.77% 0.84% -
XYZ 27.24 49.52 18.25 -
YUV 150.76 94.84 55.42 -
System Red Green Blue C M Y K H S L
Decimal 49 214 92 0.77 0 0.57 0.16 135.64 0.67 0.52
Hex 31 D6 5C 4D 0 39 10 88 43 34
Octal 61 326 134 115 0 71 20 210 103 64
Binary 110001 11010110 1011100 1001101 0 111001 10000 10001000 1000011 110100

Color Harmonies of #31D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D65C

Black with #31D65C

Text Example


Text Example

White with #31D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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