Html Css Color HEX #31F94D Malachite

📋 copy color: '#31F94D'

red 49 ◦ green 249 ◦ blue 77

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

Shades of Malachite #31F94D

Tints of Malachite #31F94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.4%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 13.07%
G = 66.4%
B = 20.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#31F94D (or 0x31F94D) is known color: Malachite. HEX triplet: 31, F9 and 4D. RGB value is (49,249,77). Sum of RGB (Red+Green+Blue) = 49+249+77=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #31F94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F94D is #CE06B2. Grayscale: #AAAAAA. Windows color (decimal): -13502131 or 5110065. OLE color: 5110065.

HSL color Cylindrical-coordinate representation of color #31F94D: hue angle of 128.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F94D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 77 -
CMYK 0.80 0 0.69 0.02
HSL 128.4º 0.94% 0.58% -
HSV(B) 128.4º 0.8% 0.98% -
XYZ 36.48 68.94 18.41 -
YUV 169.59 75.74 41.99 -
System Red Green Blue C M Y K H S L
Decimal 49 249 77 0.80 0 0.69 0.02 128.4 0.94 0.58
Hex 31 F9 4D 50 0 45 2 80 5E 3A
Octal 61 371 115 120 0 105 2 200 136 72
Binary 110001 11111001 1001101 1010000 0 1000101 10 10000000 1011110 111010

Color Harmonies of #31F94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F94D

Black with #31F94D

Text Example


Text Example

White with #31F94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,77); }

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

background-color css

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

 a { background-color: rgb(49,249,77); }

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

border-color css

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

 span { border-color: rgb(49,249,77); }

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