Html Css Color HEX #31F059 Malachite

📋 copy color: '#31F059'

red 49 ◦ green 240 ◦ blue 89

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

Shades of Malachite #31F059

Tints of Malachite #31F059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 12.96%
G = 63.49%
B = 23.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#31F059 (or 0x31F059) is known color: Malachite. HEX triplet: 31, F0 and 59. RGB value is (49,240,89). Sum of RGB (Red+Green+Blue) = 49+240+89=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #31F059 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F059 is #CE0FA6. Grayscale: #A6A6A6. Windows color (decimal): -13504423 or 5894193. OLE color: 5894193.

HSL color Cylindrical-coordinate representation of color #31F059: hue angle of 132.57º 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 #31F059 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 89 -
CMYK 0.80 0 0.63 0.06
HSL 132.57º 0.86% 0.57% -
HSV(B) 132.57º 0.8% 0.94% -
XYZ 34.23 63.69 19.94 -
YUV 165.68 84.72 44.78 -
System Red Green Blue C M Y K H S L
Decimal 49 240 89 0.80 0 0.63 0.06 132.57 0.86 0.57
Hex 31 F0 59 50 0 3F 6 85 56 39
Octal 61 360 131 120 0 77 6 205 126 71
Binary 110001 11110000 1011001 1010000 0 111111 110 10000101 1010110 111001

Color Harmonies of #31F059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F059

Black with #31F059

Text Example


Text Example

White with #31F059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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