Html Css Color HEX #31F056 Malachite

📋 copy color: '#31F056'

red 49 ◦ green 240 ◦ blue 86

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

Shades of Malachite #31F056

Tints of Malachite #31F056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 13.07%
G = 64%
B = 22.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#31F056 (or 0x31F056) is known color: Malachite. HEX triplet: 31, F0 and 56. RGB value is (49,240,86). Sum of RGB (Red+Green+Blue) = 49+240+86=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #31F056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F056 is #CE0FA9. Grayscale: #A5A5A5. Windows color (decimal): -13504426 or 5697585. OLE color: 5697585.

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

Color convert

RGB 49 240 86 -
CMYK 0.80 0 0.64 0.06
HSL 131.62º 0.86% 0.57% -
HSV(B) 131.62º 0.8% 0.94% -
XYZ 34.11 63.65 19.29 -
YUV 165.34 83.22 45.02 -
System Red Green Blue C M Y K H S L
Decimal 49 240 86 0.80 0 0.64 0.06 131.62 0.86 0.57
Hex 31 F0 56 50 0 40 6 84 56 39
Octal 61 360 126 120 0 100 6 204 126 71
Binary 110001 11110000 1010110 1010000 0 1000000 110 10000100 1010110 111001

Color Harmonies of #31F056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F056

Black with #31F056

Text Example


Text Example

White with #31F056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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