Html Css Color HEX #31F050 Malachite

📋 copy color: '#31F050'

red 49 ◦ green 240 ◦ blue 80

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

Shades of Malachite #31F050

Tints of Malachite #31F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.04%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 13.28%
G = 65.04%
B = 21.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#31F050 (or 0x31F050) is known color: Malachite. HEX triplet: 31, F0 and 50. RGB value is (49,240,80). Sum of RGB (Red+Green+Blue) = 49+240+80=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #31F050 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F050 is #CE0FAF. Grayscale: #A5A5A5. Windows color (decimal): -13504432 or 5304369. OLE color: 5304369.

HSL color Cylindrical-coordinate representation of color #31F050: hue angle of 129.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F050 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 80 -
CMYK 0.80 0 0.67 0.06
HSL 129.74º 0.86% 0.57% -
HSV(B) 129.74º 0.8% 0.94% -
XYZ 33.87 63.55 18.07 -
YUV 164.65 80.22 45.51 -
System Red Green Blue C M Y K H S L
Decimal 49 240 80 0.80 0 0.67 0.06 129.74 0.86 0.57
Hex 31 F0 50 50 0 43 6 82 56 39
Octal 61 360 120 120 0 103 6 202 126 71
Binary 110001 11110000 1010000 1010000 0 1000011 110 10000010 1010110 111001

Color Harmonies of #31F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F050

Black with #31F050

Text Example


Text Example

White with #31F050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,80); }

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

background-color css

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

 a { background-color: rgb(49,240,80); }

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

border-color css

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

 span { border-color: rgb(49,240,80); }

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